Gathering detailed insights and metrics for cpu-features---stavalfi
Gathering detailed insights and metrics for cpu-features---stavalfi
npm install cpu-features---stavalfi
Typescript
Module System
Min. Node Version
Node Version
NPM Version
60.8
Supply Chain
79.6
Quality
75
Maintenance
100
Vulnerability
99.6
License
C++ (76.64%)
JavaScript (18.64%)
Python (4.72%)
Total Downloads
239
Last Day
1
Last Week
1
Last Month
5
Last Year
41
43 Stars
50 Commits
15 Forks
4 Watching
2 Branches
2 Contributors
Latest Version
0.0.7-pre-release
Package Id
cpu-features---stavalfi@0.0.7-pre-release
Unpacked Size
923.50 kB
Size
213.90 kB
File Count
133
NPM Version
8.1.2
Node Version
16.13.2
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
400%
5
Compared to previous month
Last year
-43.8%
41
Compared to previous year
2
2
A simple node.js binding to cpu_features for obtaining information about installed CPU(s).
npm install cpu-features
1 // Generally it's a good idea to just call this once and 2 // reuse the result since `cpu-features` does not cache 3 // the result itself. 4 const features = require('cpu-features')(); 5 6 console.log(features); 7 // example output: 8 // { arch: 'x86', 9 // brand: 'Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz', 10 // family: 6, 11 // model: 58, 12 // stepping: 9, 13 // uarch: 'INTEL_IVB', 14 // flags: 15 // { fpu: true, 16 // tsc: true, 17 // cx8: true, 18 // clfsh: true, 19 // mmx: true, 20 // aes: true, 21 // erms: true, 22 // f16c: true, 23 // sse: true, 24 // sse2: true, 25 // sse3: true, 26 // ssse3: true, 27 // sse4_1: true, 28 // sse4_2: true, 29 // avx: true, 30 // pclmulqdq: true, 31 // cx16: true, 32 // popcnt: true, 33 // rdrnd: true, 34 // ss: true } }
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
0 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 1
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2024-12-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