Gathering detailed insights and metrics for cipher-base
Gathering detailed insights and metrics for cipher-base
Gathering detailed insights and metrics for cipher-base
Gathering detailed insights and metrics for cipher-base
npm install cipher-base
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
18 Stars
34 Commits
36 Forks
4 Watching
2 Branches
28 Contributors
Updated on 26 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-8.6%
1,880,146
Compared to previous day
Last week
3.5%
11,216,923
Compared to previous week
Last month
19.4%
44,216,339
Compared to previous month
Last year
-17%
457,229,329
Compared to previous year
2
Abstract base class to inherit from if you want to create streams implementing the same api as node crypto streams.
Requires you to implement 2 methods _final
and _update
. _update
takes a
buffer and should return a buffer, _final
takes no arguments and should return
a buffer.
The constructor takes one argument and that is a string which if present switches
it into hash mode, i.e. the object you get from crypto.createHash or
crypto.createSign, this switches the name of the final method to be the string
you passed instead of final
and returns this
from update.
No vulnerabilities found.
Reason
12 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
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/24 approved changesets -- score normalized to 1
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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