cidr-tools
Advanced tools
Comparing version 5.1.3 to 5.1.4
{ | ||
"name": "cidr-tools", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -10,2 +10,4 @@ "description": "Tools to work with IPv4 and IPv6 CIDR network lists", | ||
"exports": "./index.js", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"sideEffects": false, | ||
@@ -19,3 +21,2 @@ "engines": { | ||
], | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
@@ -28,20 +29,8 @@ "cidr-regex": "4.0.2", | ||
"devDependencies": { | ||
"eslint": "8.29.0", | ||
"eslint-config-silverwind": "64.0.2", | ||
"eslint": "8.30.0", | ||
"eslint-config-silverwind": "65.0.0", | ||
"updates": "13.2.4", | ||
"versions": "10.4.1", | ||
"vitest": "0.25.8" | ||
}, | ||
"keywords": [ | ||
"cidr", | ||
"ip", | ||
"network", | ||
"cidr-tools", | ||
"address", | ||
"ipv4", | ||
"ipv6", | ||
"merge", | ||
"exclude", | ||
"expand" | ||
] | ||
} | ||
} |
14962