cidr-regex
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "cidr-regex", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Regular expression for matching IP addresses in CIDR notation", | ||
@@ -12,3 +12,3 @@ "author": "silverwind <me@silverwind.io>", | ||
"type": "module", | ||
"main": "./index.js", | ||
"exports": "./index.js", | ||
"sideEffects": false, | ||
@@ -39,2 +39,3 @@ "engines": { | ||
"jest": "29.0.3", | ||
"jest-extended": "3.1.0", | ||
"tsd": "0.24.1", | ||
@@ -41,0 +42,0 @@ "updates": "13.1.5", |
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
5974
7