cidr-tools
Advanced tools
Comparing version 2.2.9 to 2.2.10
{ | ||
"name": "cidr-tools", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -32,15 +32,15 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"dependencies": { | ||
"ip-address": "^5.9.2", | ||
"ip-cidr": "^2.0.2", | ||
"ip-address": "^6.1.0", | ||
"ip-cidr": "^2.0.6", | ||
"ipv6-normalize": "^1.0.1", | ||
"is-cidr": "^3.0.0", | ||
"is-cidr": "^3.1.0", | ||
"jsbn": "^1.1.0", | ||
"string-natural-compare": "^2.0.3" | ||
"string-natural-compare": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.0.1", | ||
"eslint-config-silverwind": "^4.0.2", | ||
"updates": "^8.2.1", | ||
"ver": "^5.1.2" | ||
"eslint": "6.6.0", | ||
"eslint-config-silverwind": "5.0.0", | ||
"updates": "9.1.0", | ||
"versions": "7.0.2" | ||
} | ||
} |
@@ -58,4 +58,4 @@ # cidr-tools | ||
Returns a normalized representation of a IP or CIDR. Will not include a prefix on single IPs. | ||
Returns a string with a normalized representation of a IP or CIDR. Will not include a prefix on single IPs. | ||
© [silverwind](https://github.com/silverwind), distributed under BSD licence. |
14446
+ Addedstring-natural-compare@3.0.1(transitive)
- Removedip-address@5.9.4(transitive)
- Removedlodash@4.17.21(transitive)
- Removedstring-natural-compare@2.0.3(transitive)
Updatedip-address@^6.1.0
Updatedip-cidr@^2.0.6
Updatedis-cidr@^3.1.0