Comparing version
@@ -5,3 +5,3 @@ "use strict"; | ||
module.exports = function cidrRange (cidr, opts) { | ||
module.exports = function cidrRange(cidr, opts) { | ||
if (typeof cidr !== "string") { | ||
@@ -8,0 +8,0 @@ throw new Error("Expected a string"); |
{ | ||
"name": "cidr-range", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Get an array of IP addresses for a given CIDR range", | ||
"author": "silverwind <me@silverwind.io> (https://github.com/silverwind)", | ||
"repository": "silverwind/cidr-range", | ||
"license": "BSD-2-clause", | ||
"license": "BSD-2-Clause", | ||
"main": "cidr-range.js", | ||
@@ -22,11 +22,10 @@ "scripts": { | ||
], | ||
"dependencies": { | ||
"ip": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-bump": "^0.3.1", | ||
"grunt-shell": "^1.1.2", | ||
"grunt-contrib-jshint": "^0.11.2" | ||
}, | ||
"dependencies": { | ||
"ip": "^0.3.2" | ||
"grunt-shell": "^1.1.2" | ||
} | ||
} |
3
-25%3375
-1.17%