@xylabs/eth-address
Advanced tools
Comparing version 2.11.4 to 2.11.5
@@ -1,2 +0,1 @@ | ||
/// <reference types="bn.js" /> | ||
import { BigNumber } from '@xylabs/bignumber'; | ||
@@ -11,4 +10,4 @@ export declare const isEthAddress: (obj: { | ||
private constructor(); | ||
static fromString(value?: string, base?: number): EthAddress; | ||
static parse(value: unknown, base?: number): EthAddress; | ||
static fromString(value?: string, base?: number): EthAddress | undefined; | ||
static parse(value: unknown, base?: number): EthAddress | undefined; | ||
equals(address?: EthAddress | string | null): boolean; | ||
@@ -15,0 +14,0 @@ toBigNumber(): BigNumber; |
@@ -54,9 +54,9 @@ { | ||
"dependencies": { | ||
"@xylabs/assert": "~2.11.4", | ||
"@xylabs/bignumber": "~2.11.4" | ||
"@xylabs/assert": "~2.11.5", | ||
"@xylabs/bignumber": "~2.11.5" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.0.20", | ||
"@xylabs/tsconfig": "^3.0.20", | ||
"@xylabs/tsconfig-jest": "^3.0.20", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.25", | ||
"@xylabs/tsconfig": "^3.0.25", | ||
"@xylabs/tsconfig-jest": "^3.0.25", | ||
"typescript": "^5.2.2" | ||
@@ -72,4 +72,4 @@ }, | ||
"sideEffects": false, | ||
"version": "2.11.4", | ||
"version": "2.11.5", | ||
"packageManager": "yarn@3.3.1" | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
30347
286
Updated@xylabs/assert@~2.11.5
Updated@xylabs/bignumber@~2.11.5