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
299,770,135
Last Day
649,777
Last Week
3,479,021
Last Month
14,631,349
Last Year
140,190,204
MIT License
42 Stars
52 Commits
17 Forks
3 Watchers
2 Branches
2 Contributors
Updated on Apr 24, 2025
Minified
Minified + Gzipped
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
Published on
May 03, 2024
Cumulative downloads
Total Downloads
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 MoreLast Day
36.8%
649,777
Compared to previous day
Last Week
4.7%
3,479,021
Compared to previous week
Last Month
0.3%
14,631,349
Compared to previous month
Last Year
64.6%
140,190,204
Compared to previous year