Gathering detailed insights and metrics for builtin-modules
Gathering detailed insights and metrics for builtin-modules
Gathering detailed insights and metrics for builtin-modules
Gathering detailed insights and metrics for builtin-modules
A static list of the Node.js builtin modules from the latest Node.js version
npm install builtin-modules
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
120 Stars
36 Commits
11 Forks
6 Watching
1 Branches
8 Contributors
Updated on 20 Aug 2024
JavaScript (83.52%)
TypeScript (16.48%)
Cumulative downloads
Total Downloads
Last day
-6.5%
2,863,530
Compared to previous day
Last week
2.8%
17,195,272
Compared to previous week
Last month
21.9%
66,926,280
Compared to previous month
Last year
13.2%
676,024,118
Compared to previous year
A static list of the Node.js builtin modules from the latest Node.js version
The list is just a JSON file and can be used anywhere.
1npm install builtin-modules
1import builtinModules from 'builtin-modules'; 2 3console.log(builtinModules); 4//=> ['assert', 'buffer', …]
To get a list from the current Node.js version, use the built-in API:
1import {builtinModules} from 'node:module';
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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