New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

soltypes

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soltypes - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

9

build/index.d.ts

@@ -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 {};

2

package.json
{
"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

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