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.2 to 5.1.3

2

index.js

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

for (const part of parts) {
for (const subpart of subparts(part, v)) {
for (const subpart of subparts(part)) {
remaining.push(formatPart(subpart, v));

@@ -151,0 +151,0 @@ }

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

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

},
"files": [
"index.js",
"index.d.ts"
],
"types": "./index.d.ts",
"dependencies": {
"cidr-regex": "4.0.2",
"ip-bigint": "6.0.0",
"ip-regex": "5.0.0",
"string-natural-compare": "3.0.1"
},
"devDependencies": {
"eslint": "8.29.0",
"eslint-config-silverwind": "64.0.2",
"updates": "13.2.4",
"versions": "10.4.1",
"vitest": "0.25.8"
},
"keywords": [

@@ -26,21 +44,3 @@ "cidr",

"expand"
],
"files": [
"index.js",
"index.d.ts"
],
"types": "./index.d.ts",
"dependencies": {
"cidr-regex": "4.0.2",
"ip-bigint": "5.0.3",
"ip-regex": "5.0.0",
"string-natural-compare": "3.0.1"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-silverwind": "55.0.1",
"jest": "29.0.3",
"updates": "13.1.8",
"versions": "9.3.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