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

@badrap/ipv46

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@badrap/ipv46 - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

dist/cjs/index.js

@@ -63,3 +63,2 @@ "use strict";

bytes[i] = 0;
bytes[i - 1]++;
}

@@ -198,3 +197,2 @@ return new IPv4(bytes);

words[i] = 0;
words[i - 1]++;
}

@@ -201,0 +199,0 @@ return new IPv6(words);

2

package.json
{
"name": "@badrap/ipv46",
"version": "2.1.1",
"version": "2.1.2",
"description": "Parse, format and compare IPv4/6 addresses",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -71,3 +71,2 @@ function cmpSameLengthArrays<T>(left: T[], right: T[]): number {

bytes[i] = 0;
bytes[i - 1]++;
}

@@ -225,3 +224,2 @@ return new IPv4(bytes);

words[i] = 0;
words[i - 1]++;
}

@@ -228,0 +226,0 @@ return new IPv6(words);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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