aws-ssl-profiles
npmv1.1.2TypeScriptAWS 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| aws-ssl-profilesthis page | 0 | 1 | MIT | 2 years ago |
| drizzle-orm | 19M | 0 | Apache-2.0 | 1 day ago |
| pg | 46.3M | 5 | MIT | 1 day ago |
| pg-pool | 43.5M | 1 | MIT | 1 day ago |
| pgpass | 33M | 1 | MIT | 1 day ago |
| kysely | 15.6M | 1 | MIT | 1 day ago |
Dependencies
Declared by aws-ssl-profiles v1.1.2. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (8)
Used by
Popular packages that depend on aws-ssl-profiles.
Relationship graph
Dependencies (left) and dependents (right) of aws-ssl-profiles.
Frequently installed together
TypeScript definitions for node
Prettier is an opinionated code formatter
A Long class for representing a 64-bit two's-complement integer value.
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
Module that helps you write generated functions in Node
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
Extract meaning from JS Errors
sql named placeholders to unnamed compiler
Convert character encodings in pure javascript.
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Release history
No releases in the last two years, typically about 46 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.2latest | 2 years ago | 223 KB | MIT |
| 1.1.1 | 2 years ago | 223 KB | MIT |
| 1.1.0 | 2 years ago | 223 KB | MIT |
| 1.0.0 | 2 years ago | 215 KB | MIT |
| 0.1.0 | 2 years ago | 213 KB | MIT |
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
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.