Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "ip-cidr", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Module for working with CIDR (v4, v6)", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -60,3 +60,3 @@ # Install | ||
to convert the cidr to an array with all ip addresses in the range | ||
you can get information by chunks using **options.__from** and **options.limit** | ||
you can get information by chunks using **options.from** and **options.limit** | ||
the options might be an integer or a big integer("jsbn" instance) | ||
@@ -63,0 +63,0 @@ you can pass the second argument "results" (object) to get all chunk pagination information |
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
696519