get-ip-range
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,3 +1,9 @@ | ||
## v2.1.1 | ||
- Fix error message | ||
## v2.1.0 | ||
- Remove debugger | ||
## v2.0.0 | ||
* IPv6 Support | ||
* Hyphenated range support | ||
- IPv6 Support | ||
- Hyphenated range support |
@@ -76,5 +76,5 @@ const ip = require('ip'); | ||
throw err; | ||
throw errorMessage; | ||
} | ||
module.exports = convert; |
{ | ||
"name": "get-ip-range", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Simple utility to convert either CIDR notation or two IP addresses to an array of the range of IP addresses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6408