Installations
npm install @keqingrong/npm-apis
Releases
Unable to fetch releases
Developer
keqingrong
Developer Guide
Module System
CommonJS
Min. Node Version
>=10
Typescript Support
No
Node Version
20.10.0
NPM Version
10.3.0
Statistics
1 Stars
16 Commits
3 Watching
1 Branches
1 Contributors
Updated on 10 Apr 2024
Languages
TypeScript (85.83%)
JavaScript (14.17%)
Total Downloads
Cumulative downloads
Total Downloads
1,493
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
@keqingrong/npm-apis (WIP)
Programmatic APIs for npm
Installation
1# npm 2npm install @keqingrong/npm-apis 3 4# yarn 5yarn add @keqingrong/npm-apis
Usage
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})();
APIs
install(pkg)
Install a packageoutdated()
Check for outdated packagesversion(release)
Bump a package versionspawnAsync()
Promisifiedchild_process.spawn()
License
MIT © Qingrong Ke
See Also
Official packages from the npm team:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
14 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-434g-2637-qmqr
- Warn: Project is vulnerable to: GHSA-49q7-c7j4-3p7m
- Warn: Project is vulnerable to: GHSA-977x-g7h5-7qgw
- Warn: Project is vulnerable to: GHSA-f7q4-pwc6-w24p
- Warn: Project is vulnerable to: GHSA-fc9h-whq2-v747
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p
- Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
1.7
/10
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