cidr-tools
Advanced tools
Comparing version 9.1.1 to 10.0.0
{ | ||
"name": "cidr-tools", | ||
"version": "9.1.1", | ||
"version": "10.0.0", | ||
"author": "silverwind <me@silverwind.io>", | ||
@@ -9,24 +9,29 @@ "description": "Tools to work with IPv4 and IPv6 CIDR", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"types": "index.d.ts", | ||
"sideEffects": false, | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"dependencies": { | ||
"ip-bigint": "^8.0.2" | ||
"ip-bigint": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.56.0", | ||
"eslint-config-silverwind": "80.0.3", | ||
"tsd": "0.30.5", | ||
"updates": "15.1.2", | ||
"versions": "12.0.1", | ||
"vitest": "1.3.1", | ||
"vitest-config-silverwind": "5.1.1" | ||
"@types/node": "20.12.12", | ||
"eslint": "8.57.0", | ||
"eslint-config-silverwind": "85.1.4", | ||
"eslint-config-silverwind-typescript": "3.2.7", | ||
"typescript-config-silverwind": "4.3.1", | ||
"updates": "16.1.1", | ||
"versions": "12.0.2", | ||
"vite": "5.2.11", | ||
"vite-config-silverwind": "1.0.3", | ||
"vite-plugin-dts": "3.9.1", | ||
"vitest": "1.6.0", | ||
"vitest-config-silverwind": "9.0.6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16052
12
348
1
Updatedip-bigint@^8.1.0