Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/web3

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/web3 - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

4

web3/package.json
{
"name": "@types/web3",
"version": "1.0.14",
"version": "1.0.15",
"description": "TypeScript definitions for web3",

@@ -114,4 +114,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d48b2d583ae547de1f4599c26529fd2a24fe278bd6222f801439b91afa848020",
"typesPublisherContentHash": "603b7df75cf3d864185eb5973a7c08b38fdb01e2cd76c4ff8e58afd8314f7dfc",
"typeScriptVersion": "2.4"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 04 Dec 2018 19:22:57 GMT
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT
* Dependencies: @types/bn.js, @types/underscore

@@ -14,0 +14,0 @@ * Global values: none

@@ -64,4 +64,3 @@ import BigNumber = require("bn.js");

fromUtf8(val: string): string;
fromWei(val: BigNumber, unit?: Unit): BigNumber;
fromWei(val: string | number, unit?: Unit): string;
fromWei(val: string | number | BigNumber, unit?: Unit): string;
hexToBytes(val: string): number[];

@@ -68,0 +67,0 @@ hexToNumber(val: string | number | BigNumber): number;

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