cidr-regex
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"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? |
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
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
6
5802