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 10.0.0 to 10.0.1

2

dist/ipv4.d.ts

@@ -87,3 +87,3 @@ import * as common from './common';

*/
bigInt(): BigInt;
bigInt(): bigint;
/**

@@ -90,0 +90,0 @@ * Helper function getting start address.

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

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

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

@@ -184,3 +184,3 @@ /* eslint-disable no-param-reassign */

*/
bigInt(): BigInt {
bigInt(): bigint {
return BigInt(`0x${this.parsedAddress.map((n) => common.stringToPaddedHex(n)).join('')}`);

@@ -187,0 +187,0 @@ }

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