Gathering detailed insights and metrics for npm-keyword
Gathering detailed insights and metrics for npm-keyword
Gathering detailed insights and metrics for npm-keyword
Gathering detailed insights and metrics for npm-keyword
npm install npm-keyword
Typescript
Module System
Min. Node Version
Node Version
NPM Version
97.7
Supply Chain
95.7
Quality
75.5
Maintenance
100
Vulnerability
99.6
License
JavaScript (87.52%)
TypeScript (12.48%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
52 Stars
57 Commits
8 Forks
5 Watchers
1 Branches
8 Contributors
Updated on Sep 06, 2024
Latest Version
8.0.0
Package Id
npm-keyword@8.0.0
Unpacked Size
6.59 kB
Size
2.50 kB
File Count
5
NPM Version
9.2.0
Node Version
21.6.2
Published on
Feb 26, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Get a list of npm packages with keywords
1npm install npm-keyword
1import {npmKeyword, npmKeywordNames, npmKeywordCount} from 'npm-keyword'; 2 3console.log(await npmKeyword('gulpplugin')); 4//=> [{name: 'gulp-autoprefixer', description: '…'}, …] 5 6console.log(await npmKeywordNames('gulpplugin')); 7//=> ['gulp-autoprefixer', …] 8 9console.log(await npmKeywordCount('gulpplugin')); 10//=> 3457
The list of packages will contain a maximum of 250 packages matching the keywords. This limitation is caused by the npm registry API.
Returns a promise for a list of packages having the specified keyword in their package.json keywords
property.
Type: string | string[]
Example: ['string', 'camelcase']
One or more keywords. Only matches packages that have all the given keywords.
Type: object
Type: number
Default: 250
Limits the amount of results.
Returns a promise for a list of package names.
Type: string | string[]
Example: ['string', 'camelcase']
One or more keywords. Only matches packages that have all the given keywords.
Type: object
Type: number
Default: 250
Limits the amount of results.
Returns a promise for the count of packages.
Type: string | string[]
Example: ['string', 'camelcase']
One or more keywords. Only matches packages that have all the given keywords.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 8/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 2025-07-07
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