You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cidr-range

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cidr-range - npm Package Compare versions

Comparing version

to
1.0.2

2

cidr-range.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.