Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cidr-tools

Package Overview
Dependencies
Maintainers
1
Versions
92
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 1.1.4 to 1.1.5

3

index.js

@@ -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"
}
}
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