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.8
Supply Chain
95.7
Quality
76.4
Maintenance
100
Vulnerability
99.6
License
JavaScript (87.52%)
TypeScript (12.48%)
Total Downloads
37,517,509
Last Day
47,893
Last Week
176,917
Last Month
838,620
Last Year
9,350,369
52 Stars
57 Commits
8 Forks
6 Watching
1 Branches
8 Contributors
Minified
Minified + Gzipped
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
Publised On
26 Feb 2024
Cumulative downloads
Total Downloads
Last day
9.6%
47,893
Compared to previous day
Last week
-19.9%
176,917
Compared to previous week
Last month
6.7%
838,620
Compared to previous month
Last year
89.8%
9,350,369
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
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
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-01-27
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