Gathering detailed insights and metrics for @exodus/ethersproject-bytes
Gathering detailed insights and metrics for @exodus/ethersproject-bytes
npm install @exodus/ethersproject-bytes
Typescript
Module System
Node Version
NPM Version
76.7
Supply Chain
86.3
Quality
82.8
Maintenance
100
Vulnerability
100
License
ethers/v6.13.5 (2025-01-04 15:26)
Published on 06 Jan 2025
ethers/v6.13.4 (2024-10-10 18:01)
Published on 12 Oct 2024
ethers/v6.13.3 (2024-09-30 22:08)
Published on 01 Oct 2024
ethers/v6.13.2 (2024-07-25 18:20)
Published on 25 Jul 2024
ethers/v6.13.1 (2024-06-18 02:37)
Published on 18 Jun 2024
ethers/v6.13.0 (2024-06-04 01:38)
Published on 04 Jun 2024
TypeScript (66.73%)
JavaScript (33.21%)
HTML (0.05%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
297,017
Last Day
332
Last Week
1,815
Last Month
10,168
Last Year
131,474
8,094 Stars
727 Commits
1,926 Forks
103 Watching
22 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
5.4.2-exodus.2
Package Id
@exodus/ethersproject-bytes@5.4.2-exodus.2
Unpacked Size
17.01 kB
Size
4.67 kB
File Count
7
NPM Version
6.14.10
Node Version
12.20.1
Cumulative downloads
Total Downloads
Last day
-25.2%
332
Compared to previous day
Last week
-27.9%
1,815
Compared to previous week
Last month
11.6%
10,168
Compared to previous month
Last year
33%
131,474
Compared to previous year
1
This sub-module is part of the ethers project.
It is responsible for manipulating binary 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 isBytesLike, 4 isBytes, 5 6 arrayify, 7 8 concat, 9 10 stripZeros, 11 zeroPad, 12 13 isHexString, 14 hexlify, 15 16 hexDataLength, 17 hexDataSlice, 18 hexConcat, 19 20 hexValue, 21 22 hexStripZeros, 23 hexZeroPad, 24 25 splitSignature, 26 joinSignature, 27 28 // Types 29 30 Bytes, 31 BytesLike, 32 33 DataOptions, 34 35 Hexable, 36 37 SignatureLike, 38 Signature 39 40} = require("@ethersproject/bytes");
MIT License
No vulnerabilities found.
Reason
30 commit(s) and 14 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-02-03
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