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 5.1.5 to 6.0.0

2

index.js

@@ -12,3 +12,3 @@ import ipRegex from "ip-regex";

const normalizeIp = str => stringifyIp(parseIp(str));
const uniq = arr => [...new Set(arr)];
const uniq = arr => Array.from(new Set(arr));

@@ -15,0 +15,0 @@ function isIP(ip) {

{
"name": "cidr-tools",
"version": "5.1.5",
"version": "6.0.0",
"author": "silverwind <me@silverwind.io>",

@@ -14,3 +14,3 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists",

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -23,3 +23,3 @@ "files": [

"cidr-regex": "4.0.3",
"ip-bigint": "6.0.1",
"ip-bigint": "7.0.2",
"ip-regex": "5.0.0",

@@ -29,8 +29,8 @@ "string-natural-compare": "3.0.1"

"devDependencies": {
"eslint": "8.40.0",
"eslint-config-silverwind": "72.0.5",
"updates": "14.1.0",
"versions": "11.0.0",
"vitest": "0.31.0"
"eslint": "8.41.0",
"eslint-config-silverwind": "73.0.0",
"updates": "14.1.1",
"versions": "11.0.1",
"vitest": "0.31.3"
}
}
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