Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cidr-regex

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cidr-regex - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

25

package.json
{
"name": "cidr-regex",
"version": "4.0.2",
"version": "4.0.3",
"description": "Regular expression for matching IP addresses in CIDR notation",

@@ -21,12 +21,2 @@ "author": "silverwind <me@silverwind.io>",

],
"keywords": [
"cidr",
"regex",
"notation",
"cidr notation",
"prefix",
"prefixes",
"ip",
"ip address"
],
"dependencies": {

@@ -36,10 +26,9 @@ "ip-regex": "^5.0.0"

"devDependencies": {
"eslint": "8.23.1",
"eslint-config-silverwind": "54.0.2",
"jest": "29.0.3",
"jest-extended": "3.1.0",
"tsd": "0.24.1",
"updates": "13.1.5",
"versions": "9.3.0"
"eslint": "8.37.0",
"eslint-config-silverwind": "65.1.3",
"tsd": "0.28.1",
"updates": "13.2.9",
"versions": "10.4.2",
"vitest": "0.29.8"
}
}

@@ -13,3 +13,3 @@ # cidr-regex

```js
const cidrRegex = require("cidr-regex");
import cidrRegex from "cidr-regex";

@@ -16,0 +16,0 @@ // Contains a CIDR IP address?

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