Gathering detailed insights and metrics for @aws-sdk/core
Gathering detailed insights and metrics for @aws-sdk/core
Gathering detailed insights and metrics for @aws-sdk/core
Gathering detailed insights and metrics for @aws-sdk/core
Modularized AWS SDK for JavaScript.
npm install @aws-sdk/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
96.2
Supply Chain
83.2
Quality
96.6
Maintenance
100
Vulnerability
100
License
TypeScript (99.65%)
Java (0.23%)
JavaScript (0.1%)
Gherkin (0.01%)
Total Downloads
1,265,741,681
Last Day
1,149,500
Last Week
26,439,716
Last Month
112,182,149
Last Year
1,011,634,072
Apache-2.0 License
3,351 Stars
9,551 Commits
619 Forks
42 Watchers
12 Branches
167 Contributors
Updated on Jul 06, 2025
Minified
Minified + Gzipped
Latest Version
3.840.0
Package Id
@aws-sdk/core@3.840.0
Unpacked Size
224.17 kB
Size
42.35 kB
File Count
164
NPM Version
10.9.2
Node Version
18.20.6
Published on
Jun 30, 2025
Cumulative downloads
Total Downloads
Last Day
4.7%
1,149,500
Compared to previous day
Last Week
-5.4%
26,439,716
Compared to previous week
Last Month
6%
112,182,149
Compared to previous month
Last Year
298.1%
1,011,634,072
Compared to previous year
15
5
@aws-sdk/core
This package provides common or core functionality to the AWS SDK for JavaScript (v3).
You do not need to explicitly install this package, since it will be transitively installed by AWS SDK clients.
@aws-sdk/core
submodulesCore submodules are organized for distribution via the package.json
exports
field.
exports
is supported by default by the latest Node.js, webpack, and esbuild. For react-native, it can be
enabled via instructions found at reactnative.dev/blog.
Think of @aws-sdk/core
as a mono-package within the monorepo.
It preserves the benefits of modularization, for example to optimize Node.js initialization speed,
while making it easier to have a consistent version of core dependencies, reducing package sprawl when
installing an SDK client.
index.ts
file corresponding to the pattern ./src/submodules/<MODULE_NAME>/index.ts
will be
published as a separate dist-cjs
bundled submodule index using the Inliner.js
build script../src/submodules/<SUBMODULE>
including an index.ts
file and a README.md
file.
package.json
and the various tsconfig.json
files, but it will automatically fix them if possible.@aws-sdk/<pkg>
package in that importing it in Node.js will resolve a separate bundle.@scope/pkg/submodule
name as the import.
@aws-sdk/core
.
The linter runs during yarn build
and also as yarn lint
.@aws-sdk/core/submodule
vs. @aws-sdk/new-package
?Keep in mind that the core package is installed by all AWS SDK clients.
If the component functionality is upstream of multiple clients, it is a good candidate for a core submodule. For example, XML serialization.
If the component's functionality is downstream of a client, for example S3 pre-signing, it should be a standalone package with potentially a peer or runtime dependency on an AWS SDK client.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
binaries present in source code
Details
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
28 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More