Gathering detailed insights and metrics for @vigcoin/multi-hashing
Gathering detailed insights and metrics for @vigcoin/multi-hashing
Gathering detailed insights and metrics for @vigcoin/multi-hashing
Gathering detailed insights and metrics for @vigcoin/multi-hashing
npm install @vigcoin/multi-hashing
Typescript
Module System
Node Version
NPM Version
66.8
Supply Chain
85.7
Quality
75
Maintenance
100
Vulnerability
99.6
License
C (97.42%)
C++ (2.46%)
Python (0.07%)
JavaScript (0.03%)
TypeScript (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
91 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Oct 05, 2020
Latest Version
0.3.0
Package Id
@vigcoin/multi-hashing@0.3.0
Unpacked Size
3.46 MB
Size
723.64 kB
File Count
114
NPM Version
6.4.1
Node Version
8.12.0
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
2
2
Generic cryptocurrency hashing functions for node.js. Supported by BBSCoin dev team.
Install
1npm install multi-hashing
So far this native Node.js addon can do the following hashing algos
1var multiHashing = require('multi-hashing'); 2 3var algorithms = ['quark', 'x11', 'scrypt', 'scryptn', 'scryptjane', 'keccak', 'bcrypt', 'skein', 'blake']; 4 5var data = new Buffer("7000000001e980924e4e1109230383e66d62945ff8e749903bea4336755c00000000000051928aff1b4d72416173a8c3948159a09a73ac3bb556aa6bfbcad1a85da7f4c1d13350531e24031b939b9e2b", "hex"); 6 7var hashedData = algorithms.map(function(algo) { 8 return multiHashing[algo](data); 9}); 10 11console.log(hashedData); 12//<SlowBuffer 0b de 16 ef 2d 92 e4 35 65 c6 6c d8 92 d9 66 b4 3d 65 ..... > 13 14
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
4 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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