cidr-tools
Advanced tools
Comparing version 6.0.0 to 6.0.1
import ipRegex from "ip-regex"; | ||
import cidrRegex from "cidr-regex"; | ||
import naturalCompare from "string-natural-compare"; | ||
import {parseIp, stringifyIp} from "ip-bigint"; | ||
import {parseIp, stringifyIp, normalizeIp} from "ip-bigint"; | ||
@@ -11,3 +11,2 @@ const bits = { | ||
const normalizeIp = str => stringifyIp(parseIp(str)); | ||
const uniq = arr => Array.from(new Set(arr)); | ||
@@ -14,0 +13,0 @@ |
{ | ||
"name": "cidr-tools", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -5,0 +5,0 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", |
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
13638
342