cidr-tools
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -29,4 +29,5 @@ "use strict"; | ||
return new Promise(function(resolve, reject) { | ||
if (!Array.isArray(basenets) || !Array.isArray(excludenets)) | ||
if (!Array.isArray(basenets) || !Array.isArray(excludenets)) { | ||
return reject(new Error("Expected an array")); | ||
} | ||
const basefile = tempfile(".net"); | ||
@@ -33,0 +34,0 @@ const excludefile = tempfile(".net"); |
{ | ||
"name": "cidr-tools", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -30,10 +30,10 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"dependencies": { | ||
"execa": "^0.6.0", | ||
"execa": "^0.7.0", | ||
"mz": "^2.6.0", | ||
"tempfile": "^1.1.1" | ||
"tempfile": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.18.1", | ||
"eslint": "^3.15.0" | ||
"ava": "^0.19.1", | ||
"eslint": "^4.0.0" | ||
} | ||
} |
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
7744
44
+ Addedexeca@0.7.0(transitive)
+ Addedtemp-dir@1.0.0(transitive)
+ Addedtempfile@2.0.0(transitive)
+ Addeduuid@3.4.0(transitive)
- Removedexeca@0.6.3(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedtempfile@1.1.1(transitive)
- Removeduuid@2.0.3(transitive)
Updatedexeca@^0.7.0
Updatedtempfile@^2.0.0