Gathering detailed insights and metrics for @aws-crypto/sha256-browser
Gathering detailed insights and metrics for @aws-crypto/sha256-browser
Gathering detailed insights and metrics for @aws-crypto/sha256-browser
Gathering detailed insights and metrics for @aws-crypto/sha256-browser
AWS Cryptographic helpers for Javascript and Node.js
npm install @aws-crypto/sha256-browser
Typescript
Module System
Node Version
NPM Version
98.7
Supply Chain
77.1
Quality
82.7
Maintenance
100
Vulnerability
100
License
TypeScript (92.68%)
JavaScript (7.32%)
Total Downloads
1,671,128,157
Last Day
889,717
Last Week
17,554,756
Last Month
74,326,241
Last Year
804,140,982
Apache-2.0 License
68 Stars
264 Commits
33 Forks
18 Watchers
18 Branches
34 Contributors
Updated on Apr 20, 2025
Minified
Minified + Gzipped
Latest Version
5.2.0
Package Id
@aws-crypto/sha256-browser@5.2.0
Unpacked Size
42.04 kB
Size
11.12 kB
File Count
41
NPM Version
lerna/5.6.2/node@v16.20.1+x64 (linux)
Node Version
16.20.1
Published on
Oct 16, 2023
Cumulative downloads
Total Downloads
Last Day
-6.4%
889,717
Compared to previous day
Last Week
-3%
17,554,756
Compared to previous week
Last Month
-11.2%
74,326,241
Compared to previous month
Last Year
45.3%
804,140,982
Compared to previous year
SHA256 wrapper for browsers that prefers window.crypto.subtle
but will
fall back to a pure JS implementation in @aws-crypto/sha256-js
to provide a consistent interface for SHA256.
import {Sha256} from '@aws-crypto/sha256-browser'
const hash = new Sha256();
hash.update('some data');
const result = await hash.digest();
import {Sha256} from '@aws-crypto/sha256-browser'
const hash = new Sha256('a key');
hash.update('some data');
const result = await hash.digest();
npm test
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 22/26 approved changesets -- score normalized to 8
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-04-28
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