New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cidr-tools

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cidr-tools - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

index.js

@@ -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);

4

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc