New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 1.0.8

4

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

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

},
"typesPublisherContentHash": "8ac323d1ec086c586f030b3fb6f04e2e2bbe3e4dabf95ecdebdb6b7bd686820e",
"typesPublisherContentHash": "3a2e47b1591ae775d59e838caacbbef3bd69729c567a48f646e16f5bedd40bde",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Mon, 08 Oct 2018 17:40:37 GMT
* Last updated: Tue, 09 Oct 2018 20:58:19 GMT
* Dependencies: bn.js, underscore

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

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

type Hex = string | number;
export default interface Utils {

@@ -53,2 +55,3 @@ BN: BigNumber; // TODO only static-definition

isHex(any: any): boolean;
isHexStrict(val: Hex): boolean;
_: us.UnderscoreStatic;

@@ -55,0 +58,0 @@ asciiToHex(val: string): string;

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