Gathering detailed insights and metrics for @keqingrong/npm-apis
Gathering detailed insights and metrics for @keqingrong/npm-apis
Gathering detailed insights and metrics for @keqingrong/npm-apis
Gathering detailed insights and metrics for @keqingrong/npm-apis
npm install @keqingrong/npm-apis
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Stars
16 Commits
3 Watching
1 Branches
1 Contributors
Updated on 10 Apr 2024
TypeScript (85.83%)
JavaScript (14.17%)
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
800%
9
Compared to previous week
Last month
0%
13
Compared to previous month
Last year
38.6%
377
Compared to previous year
1
Programmatic APIs for npm
1# npm 2npm install @keqingrong/npm-apis 3 4# yarn 5yarn add @keqingrong/npm-apis
1import { outdated } from '@keqingrong/npm-apis'; 2 3(async () => { 4 const result = await outdated( 5 { 6 json: true, 7 long: true 8 }, 9 { cwd: __dirname } 10 ); 11 const outdatedJson = JSON.parse(result); 12 console.log(outdatedJson); 13})();
install(pkg)
Install a packageoutdated()
Check for outdated packagesversion(release)
Bump a package versionspawnAsync()
Promisified child_process.spawn()
MIT © Qingrong Ke
Official packages from the npm team:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/16 approved changesets -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
14 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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