cidr-tools
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "cidr-tools", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -9,3 +9,3 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"scripts": { | ||
"test": "eslint index.js && ava" | ||
"test": "make test" | ||
}, | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"dependencies": { | ||
"execa": "^0.8.0", | ||
"ipaddr.js": "^1.5.4", | ||
"execa": "^0.9.0", | ||
"ipaddr.js": "^1.6.0", | ||
"mz": "^2.7.0", | ||
@@ -39,5 +39,7 @@ "tempfile": "^2.0.0" | ||
"devDependencies": { | ||
"ava": "^0.24.0", | ||
"eslint": "^4.12.1" | ||
"ava": "^0.25.0", | ||
"eslint": "^4.18.2", | ||
"eslint-config-silverwind": "^1.0.37", | ||
"updates": "^2.3.1" | ||
} | ||
} |
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
10324
4
+ Addedexeca@0.9.0(transitive)
- Removedexeca@0.8.0(transitive)
Updatedexeca@^0.9.0
Updatedipaddr.js@^1.6.0