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

ip-address

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-address - npm Package Compare versions

Comparing version 5.9.1 to 5.9.2

4

lib/ipv4.js

@@ -193,3 +193,3 @@ 'use strict';

return new BigInteger(
this.mask() + _.repeat(0, constants.BITS - this.subnetMask), 2
this.mask() + _.repeat('0', constants.BITS - this.subnetMask), 2
);

@@ -229,3 +229,3 @@ };

return new BigInteger(
this.mask() + _.repeat(1, constants.BITS - this.subnetMask), 2
this.mask() + _.repeat('1', constants.BITS - this.subnetMask), 2
);

@@ -232,0 +232,0 @@ };

@@ -319,3 +319,3 @@ 'use strict';

return new BigInteger(
this.mask() + _.repeat(0, constants6.BITS - this.subnetMask), 2
this.mask() + _.repeat('0', constants6.BITS - this.subnetMask), 2
);

@@ -355,3 +355,3 @@ };

return new BigInteger(
this.mask() + _.repeat(1, constants6.BITS - this.subnetMask), 2
this.mask() + _.repeat('1', constants6.BITS - this.subnetMask), 2
);

@@ -358,0 +358,0 @@ };

@@ -10,3 +10,3 @@ {

],
"version": "5.9.1",
"version": "5.9.2",
"author": "Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)",

@@ -13,0 +13,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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