cidr-regex
Advanced tools
Comparing version 1.0.2 to 1.0.5
{ | ||
"name": "cidr-regex", | ||
"version": "1.0.2", | ||
"version": "1.0.5", | ||
"description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)", | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel index.js -d dist/", | ||
"prepublish": "npm run build", | ||
"compile": "babel --presets es2015 -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "ava --require babel-register" | ||
@@ -10,0 +10,0 @@ }, |
'use strict' | ||
import test from 'ava' | ||
import cidr, { cidrv4, cidrv6 } from './' | ||
import cidr, { cidrv4, cidrv6 } from './src' | ||
@@ -6,0 +6,0 @@ const v4 = [ |
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
10681
200