cidr-tools
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -18,2 +18,3 @@ "use strict"; | ||
resolve(stdout.split("\n").filter(net => Boolean(net))); | ||
fs.unlink(netfile); | ||
}).catch(reject); | ||
@@ -34,2 +35,4 @@ }).catch(reject); | ||
resolve(stdout.split("\n").filter(net => Boolean(net))); | ||
fs.unlink(basefile); | ||
fs.unlink(excludefile); | ||
}).catch(reject); | ||
@@ -36,0 +39,0 @@ }).catch(reject); |
{ | ||
"name": "cidr-tools", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -10,3 +10,3 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"test": "ava", | ||
"postinstall": "install.sh" | ||
"postinstall": "bash install.sh" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [ |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
7300
116