</>PackageGraphPackageGraph

aws-ssl-profiles

npmv1.1.2TypeScript

AWS RDS SSL certificates bundles.

Adopt with care

aws-ssl-profiles is usable, with caveats. Last published 741 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • DMaintenance: grade D, Poor — a real concern.

    Last published 741 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 223 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding aws-ssl-profiles to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

223 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >= 6.0.0
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the aws-ssl-profiles README.

const mysql = require('mysql');
const awsCaBundle = require('aws-ssl-profiles');

// mysql connection
const connection = mysql.createConnection({
  //...
  ssl: awsCaBundle,
});

// mysql connection pool
const pool = mysql.createPool({
  //...
  ssl: awsCaBundle,
});

aws-ssl-profiles vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
aws-ssl-profilesthis page01MIT2 years ago
drizzle-orm19M0Apache-2.01 day ago
pg46.3M5MIT1 day ago
pg-pool43.5M1MIT1 day ago
pgpass33M1MIT1 day ago
kysely15.6M1MIT1 day ago

Dependencies

Declared by aws-ssl-profiles v1.1.2. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (8)

@biomejs/biome ^1.8.3@types/node ^22.5.1@types/x509.js ^1.0.3poku ^2.5.0prettier ^3.3.3tsx ^4.19.0typescript ^5.5.4x509.js ^1.0.0

Used by

Popular packages that depend on aws-ssl-profiles.

Relationship graph

Dependencies (left) and dependents (right) of aws-ssl-profiles.

mysql2aws-ssl-profiles
aws-ssl-profiles dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 46 days apart.

Recent versions of aws-ssl-profiles
VersionPublishedSizeLicense
1.1.2latest2 years ago223 KBMIT
1.1.12 years ago223 KBMIT
1.1.02 years ago223 KBMIT
1.0.02 years ago215 KBMIT
0.1.02 years ago213 KBMIT

Overview

aws-ssl-profiles is an npm package that aWS RDS SSL certificates bundles. It has 1 known dependents in the graph. The latest version is 1.1.2, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need aWS RDS SSL certificates bundles and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use aws-ssl-profiles?

aws-ssl-profiles is usable, with caveats. Last published 741 days ago.

How do I install aws-ssl-profiles?

Run `npm install aws-ssl-profiles` to add aws-ssl-profiles to your npm project.

What license is aws-ssl-profiles released under?

aws-ssl-profiles is distributed under the MIT license.

How popular is aws-ssl-profiles?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on aws-ssl-profiles.

Is aws-ssl-profiles still maintained?

The most recent release of aws-ssl-profiles (v1.1.2) was published 2 years ago.

Does aws-ssl-profiles run install scripts?

No. aws-ssl-profiles does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.