Gathering detailed insights and metrics for @hbgj/quickapi
Gathering detailed insights and metrics for @hbgj/quickapi
Gathering detailed insights and metrics for @hbgj/quickapi
Gathering detailed insights and metrics for @hbgj/quickapi
npm install @hbgj/quickapi
Typescript
Module System
Node Version
NPM Version
JavaScript (87.02%)
Vue (9.93%)
Less (1.21%)
EJS (1.03%)
TypeScript (0.39%)
HTML (0.24%)
Shell (0.11%)
CSS (0.08%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
142 Commits
8 Branches
2 Contributors
Updated on Mar 12, 2021
Latest Version
1.1.23
Package Id
@hbgj/quickapi@1.1.23
Unpacked Size
52.00 kB
Size
14.28 kB
File Count
10
NPM Version
lerna/3.13.1/node@v15.7.0+x64 (linux)
Node Version
15.7.0
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
1
15
引入Promise支持推荐做法
1. `npm i @hbgj/quickapi`
2. 引入api,你的环境需要有Promise支持
1 // 你可能需@babel/polyfill 但不推荐此做法 2 // import "@babel/polyfill"; 3 4 import QuickApi from "@hbgj/quickapi"; 5 6 QuickApi.invoke("method", { param1: 1, param2: 2}) 7 .then((result) => { 8 console.log(result); 9 }).catch((err) => { 10 console.log(err); 11 })
npm i -S es6-promise
1 2 plugins: [ 3 new webpack.ProvidePlugin({ 4 Promise: ['es6-promise', 'Promise'] 5 }), 6 ... 7 ]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
69 existing vulnerabilities detected
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