cidr-regex
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "cidr-regex", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel index.js -d dist/", | ||
"prepublish": "npm run build", | ||
"test": "ava --require babel-register" | ||
@@ -8,0 +10,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
10590