Comparing version 1.3.0 to 1.3.1
@@ -166,2 +166,3 @@ /// <reference types="node" /> | ||
toUint(): Uint160; | ||
toAddress(): Address; | ||
} | ||
@@ -593,3 +594,11 @@ export declare class Bytes21 extends HexString { | ||
export declare class Address extends Bytes20 { | ||
constructor(val: string); | ||
static from(val: string): Address; | ||
/** | ||
* @dev Check EIP-55 for the details | ||
* https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md#implementation | ||
* @param address Ethereum 20 bytes address value | ||
*/ | ||
static toChecksumAddress(address: string): string; | ||
} | ||
export {}; |
{ | ||
"name": "soltypes", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Typescript wrapped Solidity types", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1085763
11192
15