Gathering detailed insights and metrics for @aws-crypto/sha1-browser
Gathering detailed insights and metrics for @aws-crypto/sha1-browser
Gathering detailed insights and metrics for @aws-crypto/sha1-browser
Gathering detailed insights and metrics for @aws-crypto/sha1-browser
AWS Cryptographic helpers for Javascript and Node.js
npm install @aws-crypto/sha1-browser
Typescript
Module System
Node Version
NPM Version
98.9
Supply Chain
73.6
Quality
77.9
Maintenance
100
Vulnerability
100
License
TypeScript (92.68%)
JavaScript (7.32%)
Total Downloads
629,291,748
Last Day
405,318
Last Week
8,472,171
Last Month
36,424,923
Last Year
345,847,274
Apache-2.0 License
68 Stars
264 Commits
33 Forks
18 Watchers
18 Branches
37 Contributors
Updated on Apr 20, 2025
Minified
Minified + Gzipped
Latest Version
5.2.0
Package Id
@aws-crypto/sha1-browser@5.2.0
Unpacked Size
37.45 kB
Size
10.45 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
4.4%
405,318
Compared to previous day
Last Week
-6.9%
8,472,171
Compared to previous week
Last Month
2.8%
36,424,923
Compared to previous month
Last Year
60.7%
345,847,274
Compared to previous year
SHA1 wrapper for browsers that prefers window.crypto.subtle
.
SHA1 is NOT a cryptographically secure algorithm. It should only be used for non cryptographic functions like checksums.
import {Sha1} from '@aws-crypto/sha1-browser'
const hash = new Sha1();
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
9 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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-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