cidr-tools
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -0,1 +1,3 @@ | ||
import exp from "constants"; | ||
type IPv4Address = string; | ||
@@ -30,1 +32,12 @@ type IPv4CIDR = string; | ||
export function parse(network: Network): Parsed; | ||
declare const _default: { | ||
merge: typeof merge; | ||
exclude: typeof exclude; | ||
expand: typeof expand; | ||
overlap: typeof overlap; | ||
normalize: typeof normalize; | ||
contains: typeof contains; | ||
parse: typeof parse; | ||
}; | ||
export default _default; |
10
index.js
@@ -400,1 +400,11 @@ import ipRegex from "ip-regex"; | ||
} | ||
export default { | ||
merge, | ||
exclude, | ||
expand, | ||
overlap, | ||
contains, | ||
normalize, | ||
parse, | ||
}; |
{ | ||
"name": "cidr-tools", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -5,0 +5,0 @@ "description": "Tools to work with IPv4 and IPv6 CIDR", |
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
15329
375