Installations
npm install @bountygg/waxpeer
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
13.12.0
NPM Version
6.14.4
Score
52.9
Supply Chain
76.7
Quality
73.7
Maintenance
50
Vulnerability
97.3
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (100%)
Developer
skylight-ity
Download Statistics
Total Downloads
1,054
Last Day
3
Last Week
6
Last Month
26
Last Year
182
GitHub Statistics
14 Stars
59 Commits
14 Forks
2 Watching
4 Branches
4 Contributors
Package Meta Information
Latest Version
1.1.4
Package Id
@bountygg/waxpeer@1.1.4
Unpacked Size
17.55 kB
Size
5.07 kB
File Count
13
NPM Version
6.14.4
Node Version
13.12.0
Total Downloads
Cumulative downloads
Total Downloads
1,054
Last day
0%
3
Compared to previous day
Last week
100%
6
Compared to previous week
Last month
-48%
26
Compared to previous month
Last year
16.7%
182
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Dev Dependencies
4
WaxPeer API wrapper for Node.js
Full API documentation here
Installation
1$ npm install waxpeer
Initialization
1import { Waxpeer } from 'waxpeer' 2 3const WP = new Waxpeer(WAXPEER_API)
Fetching items
1const items = await WP.getItemsList() 2 3console.log(items)
Buying items with ID
1const purchase = await WP.buyItemWithId(17441538677,798500,'oFvyi0Ma','378049039') 2 3console.log(purchase)
Buying items with Name
1const purchase = await WP.buyItemWithName('AK-47 | Redline (Field-Tested)',15000,'oFvyi0Ma','378049039') 2 3console.log(purchase)
Fetching status of the purchase
1const status = await WP.tradeRequestStatus(35124) 2 3console.log(status)
Fetching your account info
1const user = await WP.getProfile() 2 3console.log(user)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 9/12 approved changesets -- score normalized to 7
Reason
4 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-8hc4-vh64-cxmj
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
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
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 27 are checked with a SAST tool
Score
3.1
/10
Last Scanned on 2024-12-16
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