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

@0x/typescript-typings

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/typescript-typings - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

9

CHANGELOG.json
[
{
"timestamp": 1553183790,
"version": "4.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.2.0",

@@ -4,0 +13,0 @@ "changes": [

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v4.2.1 - _March 21, 2019_
* Dependencies updated
## v4.2.0 - _March 20, 2019_

@@ -10,0 +14,0 @@

4

package.json
{
"name": "@0x/typescript-typings",
"version": "4.2.0",
"version": "4.2.1",
"engines": {

@@ -40,3 +40,3 @@ "node": ">=6.12"

},
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4"
"gitHead": "0f45409b4d481b72280db4eb872c0c72beeea504"
}
declare module 'ganache-core' {
const GanacheProvider = require('ethereum-types').GanacheProvider;
import EthereumTypes = require('ethereum-types');
export interface GanacheOpts {

@@ -16,3 +16,3 @@ verbose?: boolean;

}
export function provider(opts: GanacheOpts): GanacheProvider;
export function provider(opts: GanacheOpts): EthereumTypes.Provider;
}
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