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.12 to 1.0.13

6

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

@@ -104,3 +104,3 @@ "license": "MIT",

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

@@ -115,4 +115,4 @@ "type": "git",

},
"typesPublisherContentHash": "8799e948199590aa15af42599173847847b1ae761776b84a735e55df0bb2578b",
"typesPublisherContentHash": "e53a6043606496236bb026ee512d7d0abf0c7abfe66fc36f5c9d646e09df8b73",
"typeScriptVersion": "2.4"
}

@@ -15,7 +15,9 @@ interface JsonRPCRequest {

interface Callback<ResultType> {
(error: Error): void;
(error: null, val: ResultType): void;
}
export class Provider {
send(
payload: JsonRPCRequest,
callback: (e: Error, val: JsonRPCResponse) => void
): any;
send(payload: JsonRPCRequest, callback: Callback<JsonRPCResponse>): any;
}

@@ -22,0 +24,0 @@

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Thu, 01 Nov 2018 23:52:59 GMT
* Dependencies: bn.js, underscore
* Last updated: Mon, 03 Dec 2018 19:04:45 GMT
* Dependencies: @types/bn.js, @types/underscore
* Global values: none

@@ -15,0 +15,0 @@

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