Gathering detailed insights and metrics for ip-address
Gathering detailed insights and metrics for ip-address
Gathering detailed insights and metrics for ip-address
Gathering detailed insights and metrics for ip-address
💻 a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript
npm install ip-address
99.5
Supply Chain
99.6
Quality
83.2
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
582 Stars
450 Commits
73 Forks
16 Watching
14 Branches
18 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
TypeScript (96.74%)
JavaScript (3.18%)
Shell (0.08%)
Cumulative downloads
Total Downloads
Last day
-6.1%
2,787,778
Compared to previous day
Last week
2.5%
16,147,004
Compared to previous week
Last month
8.1%
67,532,010
Compared to previous month
Last year
2,248%
495,695,011
Compared to previous year
22
ip-address
is a library for validating and manipulating IPv4 and IPv6
addresses in JavaScript.
The dependency on jsbn
was removed thanks to
michal-kocarek. Thanks Michal! For
clarity, all methods with BigInteger in the name were renamed to BigInt.
#fromBigInteger()
→ #fromBigInt()
; now returns a native BigInt#bigInteger()
→ #bigInt()
; now returns a native BigIntDocumentation is available at ip-address.js.org.
1var Address6 = require('ip-address').Address6; 2 3var address = new Address6('2001:0:ce49:7601:e866:efff:62c3:fffe'); 4 5var teredo = address.inspectTeredo(); 6 7teredo.client4; // '157.60.0.1'
Address6.fromURL(url)
::ffff:192.168.0.1
)No vulnerabilities found.
Reason
12 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
Found 3/28 approved changesets -- score normalized to 1
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
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