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.13 to 1.0.14

1

web3/eth/abi.d.ts
export interface ABIDefinition {
constant?: boolean;
payable?: boolean;
stateMutability?: "pure" | "view" | "nonpayable" | "payable";
anonymous?: boolean;

@@ -5,0 +6,0 @@ inputs?: Array<{ name: string; type: ABIDataTypes; indexed?: boolean }>;

4

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

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

},
"typesPublisherContentHash": "e53a6043606496236bb026ee512d7d0abf0c7abfe66fc36f5c9d646e09df8b73",
"typesPublisherContentHash": "d48b2d583ae547de1f4599c26529fd2a24fe278bd6222f801439b91afa848020",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Mon, 03 Dec 2018 19:04:45 GMT
* Last updated: Tue, 04 Dec 2018 19:22:57 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