Gathering detailed insights and metrics for create-hash
Gathering detailed insights and metrics for create-hash
Gathering detailed insights and metrics for create-hash
Gathering detailed insights and metrics for create-hash
Node style hashes for use in the browser, with native hash functions in node
npm install create-hash
Typescript
Module System
Node Version
NPM Version
89
Supply Chain
67.6
Quality
80.2
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
54 Stars
57 Commits
35 Forks
4 Watchers
2 Branches
28 Contributors
Updated on Mar 28, 2025
Latest Version
1.2.0
Package Id
create-hash@1.2.0
Size
2.39 kB
NPM Version
5.8.0
Node Version
8.11.1
Published on
Apr 11, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
5
5
Node style hashes for use in the browser, with native hash functions in node.
API is the same as hashes in node:
1var createHash = require('create-hash') 2var hash = createHash('sha224') 3hash.update('synchronous write') // optional encoding parameter 4hash.digest() // synchronously get result with optional encoding parameter 5 6hash.write('write to it as a stream') 7hash.end() // remember it's a stream 8hash.read() // only if you ended it as a stream though
To get the JavaScript version even in node do require('create-hash/browser')
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
Found 4/21 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
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-07-07
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