cidr-regex
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "cidr-regex", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,2 +15,5 @@ # cidr-regex | ||
import { cidrv4, cidrv6 } from 'cidr-regex' | ||
// OR | ||
var cidrv4 = require('cidr-regex').cidrv4 | ||
var cidrv6 = require('cidr-regex').cidrv6 | ||
@@ -17,0 +20,0 @@ // is a CIDR v4 |
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
10771
50