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.17 to 1.0.18

4

web3/eth/index.d.ts

@@ -91,7 +91,7 @@ import BigNumber = require("bn.js");

defaultBlock?: BlockType
): Promise<BigNumber>;
): Promise<string>;
getBalance(
address: string,
defaultBlock: BlockType,
cb: Callback<BigNumber>
cb: Callback<string>
): void;

@@ -98,0 +98,0 @@ getBlock(

{
"name": "@types/web3",
"version": "1.0.17",
"version": "1.0.18",
"description": "TypeScript definitions for web3",

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

},
"typesPublisherContentHash": "c02540b14d9d0119961278013f078d56b3201495e35893cba4e731e32ebe9c59",
"typesPublisherContentHash": "0e7b26f797fd9df4c327824367131f7a331cbfbccafdcdd49fd528394e45b3dd",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Thu, 24 Jan 2019 23:18:45 GMT
* Last updated: Thu, 24 Jan 2019 23:28:40 GMT
* Dependencies: @types/bn.js, @types/underscore

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

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