Gathering detailed insights and metrics for cpu-features
Gathering detailed insights and metrics for cpu-features
Gathering detailed insights and metrics for cpu-features
Gathering detailed insights and metrics for cpu-features
@types/cpu-features
TypeScript definitions for cpu-features
ssh2-no-cpu-features
SSH2 client and server modules written in pure JavaScript for node.js
node-ssh-no-cpu-features
SSH2 with Promises
cpu-features---stavalfi
A simple binding to Google's cpu_features library for obtaining information about installed CPU(s)
A simple node.js binding to Google's cpu_features library for obtaining information about installed CPU(s)
npm install cpu-features
Typescript
Module System
Min. Node Version
Node Version
NPM Version
C++ (76.64%)
JavaScript (18.64%)
Python (4.72%)
Total Downloads
240,884,675
Last Day
203,329
Last Week
1,193,052
Last Month
10,878,712
Last Year
114,912,031
43 Stars
50 Commits
15 Forks
4 Watching
2 Branches
2 Contributors
Latest Version
0.0.10
Package Id
cpu-features@0.0.10
Unpacked Size
562.52 kB
Size
109.85 kB
File Count
144
NPM Version
10.5.0
Node Version
20.12.0
Publised On
03 May 2024
Cumulative downloads
Total Downloads
Last day
-9.3%
203,329
Compared to previous day
Last week
-51.8%
1,193,052
Compared to previous week
Last month
-6.1%
10,878,712
Compared to previous month
Last year
59.2%
114,912,031
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