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 9.1.1 to 10.0.0

dist/index.d.ts

35

package.json
{
"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"
}
}
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