cidr-tools
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -148,3 +148,3 @@ import ipRegex from "ip-regex"; | ||
for (const part of parts) { | ||
for (const subpart of subparts(part, v)) { | ||
for (const subpart of subparts(part)) { | ||
remaining.push(formatPart(subpart, v)); | ||
@@ -151,0 +151,0 @@ } |
{ | ||
"name": "cidr-tools", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -14,2 +14,20 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"cidr-regex": "4.0.2", | ||
"ip-bigint": "6.0.0", | ||
"ip-regex": "5.0.0", | ||
"string-natural-compare": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.29.0", | ||
"eslint-config-silverwind": "64.0.2", | ||
"updates": "13.2.4", | ||
"versions": "10.4.1", | ||
"vitest": "0.25.8" | ||
}, | ||
"keywords": [ | ||
@@ -26,21 +44,3 @@ "cidr", | ||
"expand" | ||
], | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"cidr-regex": "4.0.2", | ||
"ip-bigint": "5.0.3", | ||
"ip-regex": "5.0.0", | ||
"string-natural-compare": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.24.0", | ||
"eslint-config-silverwind": "55.0.1", | ||
"jest": "29.0.3", | ||
"updates": "13.1.8", | ||
"versions": "9.3.3" | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedip-bigint@6.0.0(transitive)
- Removedip-bigint@5.0.3(transitive)
Updatedip-bigint@6.0.0