ip-address
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3