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
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (96.74%)
JavaScript (3.18%)
Shell (0.08%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
594 Stars
450 Commits
73 Forks
15 Watchers
14 Branches
18 Contributors
Updated on Jul 06, 2025
Latest Version
10.0.1
Package Id
ip-address@10.0.1
Unpacked Size
172.38 kB
Size
35.74 kB
File Count
48
NPM Version
10.8.3
Node Version
18.20.4
Published on
Oct 10, 2024
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
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
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/28 approved changesets -- score normalized to 1
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
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
Reason
11 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