cidr-tools
Advanced tools
Comparing version 5.1.5 to 6.0.0
@@ -12,3 +12,3 @@ import ipRegex from "ip-regex"; | ||
const normalizeIp = str => stringifyIp(parseIp(str)); | ||
const uniq = arr => [...new Set(arr)]; | ||
const uniq = arr => Array.from(new Set(arr)); | ||
@@ -15,0 +15,0 @@ function isIP(ip) { |
{ | ||
"name": "cidr-tools", | ||
"version": "5.1.5", | ||
"version": "6.0.0", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -14,3 +14,3 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"cidr-regex": "4.0.3", | ||
"ip-bigint": "6.0.1", | ||
"ip-bigint": "7.0.2", | ||
"ip-regex": "5.0.0", | ||
@@ -29,8 +29,8 @@ "string-natural-compare": "3.0.1" | ||
"devDependencies": { | ||
"eslint": "8.40.0", | ||
"eslint-config-silverwind": "72.0.5", | ||
"updates": "14.1.0", | ||
"versions": "11.0.0", | ||
"vitest": "0.31.0" | ||
"eslint": "8.41.0", | ||
"eslint-config-silverwind": "73.0.0", | ||
"updates": "14.1.1", | ||
"versions": "11.0.1", | ||
"vitest": "0.31.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
13679
+ Addedip-bigint@7.0.2(transitive)
- Removedip-bigint@6.0.1(transitive)
Updatedip-bigint@7.0.2