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.10 to 1.0.11

10

web3/eth/index.d.ts

@@ -90,5 +90,9 @@ import BigNumber = require("bn.js");

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

@@ -95,0 +99,0 @@ number: BlockType,

{
"name": "@types/web3",
"version": "1.0.10",
"version": "1.0.11",
"description": "TypeScript definitions for web3",

@@ -99,2 +99,3 @@ "license": "MIT",

"main": "",
"types": "",
"repository": {

@@ -109,4 +110,4 @@ "type": "git",

},
"typesPublisherContentHash": "1eba426f46ebce92b5510f0b6abf9a49b39732c1c23b21c8ce996264a0e57c51",
"typesPublisherContentHash": "59143c2e2c680f4a7a97e7712bd002dc0905f0dd7818c4b1fab4c05e1b3281ab",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Wed, 10 Oct 2018 23:59:45 GMT
* Last updated: Mon, 22 Oct 2018 19:29:35 GMT
* Dependencies: bn.js, 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