Gathering detailed insights and metrics for cpu-features---stavalfi
Gathering detailed insights and metrics for cpu-features---stavalfi
Gathering detailed insights and metrics for cpu-features---stavalfi
Gathering detailed insights and metrics for cpu-features---stavalfi
A simple node.js binding to Google's cpu_features library for obtaining information about installed CPU(s)
npm install cpu-features---stavalfi
Typescript
Module System
Min. Node Version
Node Version
NPM Version
62.3
Supply Chain
79.6
Quality
75
Maintenance
100
Vulnerability
99.6
License
C++ (76.64%)
JavaScript (18.64%)
Python (4.72%)
Total Downloads
297
Last Day
2
Last Week
4
Last Month
12
Last Year
82
MIT License
42 Stars
52 Commits
17 Forks
3 Watchers
2 Branches
2 Contributors
Updated on Apr 24, 2025
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
100%
2
Compared to previous day
Last Week
-20%
4
Compared to previous week
Last Month
-47.8%
12
Compared to previous month
Last Year
43.9%
82
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
2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
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