Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ganache/utils

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ganache/utils - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.1.2",
"version": "0.1.3",
"description": "Utility functions for @ganache packages",

@@ -68,3 +68,3 @@ "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",

},
"gitHead": "84e016a7c95a83d20c9ab0eb3e0369accad5715d"
"gitHead": "14b3986761c0522d6c1e0ad542c9ad52a7e37bec"
}

@@ -8,3 +8,3 @@ import { Api, KnownKeys, OverloadedParameters } from "../types";

export declare type JsonRpcRequest<Ledger extends Api, Method extends KnownKeys<Ledger>> = JsonRpc & {
readonly id: string;
readonly id: string | number;
readonly jsonrpc: string;

@@ -11,0 +11,0 @@ readonly method: Method;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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