Socket
Socket
Sign inDemoInstall

ip-bigint

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.1 to 7.0.2

6

index.js

@@ -130,3 +130,7 @@ export const max4 = 2n ** 32n - 1n;

}
if (!longestSequence && currentSequence) longestSequence = currentSequence;
if (!longestSequence && currentSequence) {
longestSequence = currentSequence;
} else if (currentSequence && currentSequence.size > longestSequence.size) {
longestSequence = currentSequence;
}

@@ -133,0 +137,0 @@ for (const index of longestSequence || []) {

4

package.json
{
"name": "ip-bigint",
"version": "7.0.1",
"version": "7.0.2",
"description": "Convert IPv4 and IPv6 addresses to native BigInt and vice-versa",

@@ -12,3 +12,3 @@ "author": "silverwind <me@silverwind.io>",

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -15,0 +15,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc