Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-ip-range

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-ip-range - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

CHANGELOG.md

@@ -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

2

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc