Gathering detailed insights and metrics for @ethersproject/basex
Gathering detailed insights and metrics for @ethersproject/basex
Gathering detailed insights and metrics for @ethersproject/basex
Gathering detailed insights and metrics for @ethersproject/basex
Complete Ethereum library and wallet implementation in JavaScript.
npm install @ethersproject/basex
Typescript
Module System
Node Version
NPM Version
99.7
Supply Chain
76.1
Quality
76.9
Maintenance
100
Vulnerability
100
License
ethers/v6.13.7 (2025-04-25 21:50)
Updated on Apr 26, 2025
ethers/v5.8.0 (2025-02-25 19:15) [legacy version]
Updated on Feb 26, 2025
ethers/v6.13.5 (2025-01-04 15:26)
Updated on Jan 06, 2025
ethers/v6.13.4 (2024-10-10 18:01)
Updated on Oct 12, 2024
ethers/v6.13.3 (2024-09-30 22:08)
Updated on Oct 01, 2024
ethers/v6.13.2 (2024-07-25 18:20)
Updated on Jul 25, 2024
TypeScript (66.74%)
JavaScript (33.21%)
HTML (0.05%)
Total Downloads
130,559,681
Last Day
78,716
Last Week
1,053,176
Last Month
4,211,927
Last Year
41,017,760
MIT License
8,231 Stars
741 Commits
1,966 Forks
106 Watchers
23 Branches
3 Contributors
Updated on May 05, 2025
Minified
Minified + Gzipped
Latest Version
5.8.0
Package Id
@ethersproject/basex@5.8.0
Unpacked Size
29.42 kB
Size
5.90 kB
File Count
21
NPM Version
10.9.0
Node Version
22.12.0
Published on
Feb 26, 2025
Cumulative downloads
Total Downloads
Last Day
21.7%
78,716
Compared to previous day
Last Week
10.2%
1,053,176
Compared to previous week
Last Month
-0.2%
4,211,927
Compared to previous month
Last Year
13.2%
41,017,760
Compared to previous year
2
This sub-module is part of the ethers project.
It is responsible for encoding and decoding vinary data in arbitrary bases, but is primarily for Base58 encoding which is used for various blockchain data.
For more information, see the documentation.
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
1const { 2 3 BaseX, 4 5 Base32, 6 Base58 7 8} = require("@ethersproject/basex");
MIT License
No vulnerabilities found.
Reason
14 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-04-28
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