cidr-tools
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "cidr-tools", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -32,7 +32,7 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"dependencies": { | ||
"ip-address": "^6.3.0", | ||
"ip-cidr": "^2.0.17", | ||
"ip-address": "^6.4.0", | ||
"ip-cidr": "^2.1.0", | ||
"ipv6-normalize": "^1.0.1", | ||
"is-cidr": "^4.0.0", | ||
"is-ip": "3.1.0", | ||
"is-cidr": "^4.0.1", | ||
"is-ip": "^3.1.0", | ||
"jsbn": "^1.1.0", | ||
@@ -42,8 +42,8 @@ "string-natural-compare": "^3.0.1" | ||
"devDependencies": { | ||
"eslint": "7.7.0", | ||
"eslint-config-silverwind": "18.0.2", | ||
"jest": "26.4.0", | ||
"updates": "10.3.4", | ||
"eslint": "7.9.0", | ||
"eslint-config-silverwind": "18.0.9", | ||
"jest": "26.4.2", | ||
"updates": "10.3.6", | ||
"versions": "8.4.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
Updatedip-address@^6.4.0
Updatedip-cidr@^2.1.0
Updatedis-cidr@^4.0.1
Updatedis-ip@^3.1.0