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

@0xproject/types

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xproject/types - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

28

CHANGELOG.json
[
{
"version": "0.6.0",
"changes": [
{
"note": "Add Provider type",
"pr": 501
}
],
"timestamp": 1523462196
},
{
"version": "0.5.0",

@@ -19,4 +29,3 @@ "changes": [

}
],
"isPublished": true
]
},

@@ -35,4 +44,3 @@ {

],
"timestamp": 1521298800,
"isPublished": true
"timestamp": 1521298800
},

@@ -46,4 +54,3 @@ {

],
"timestamp": 1520434800,
"isPublished": true
"timestamp": 1520434800
},

@@ -66,4 +73,3 @@ {

],
"timestamp": 1520089200,
"isPublished": true
"timestamp": 1520089200
},

@@ -78,4 +84,3 @@ {

],
"timestamp": 1518102000,
"isPublished": true
"timestamp": 1518102000
},

@@ -90,5 +95,4 @@ {

],
"timestamp": 1517929200,
"isPublished": true
"timestamp": 1517929200
}
]

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

## v0.6.0 - _April 11, 2018_
* Add Provider type (#501)
## v0.5.0 - _April 2, 2018_

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

import { BigNumber } from 'bignumber.js';
export interface Provider {
sendAsync(payload: JSONRPCRequestPayload, callback: (err: Error, result: JSONRPCResponsePayload) => void): void;
}
export declare type ContractAbi = AbiDefinition[];

@@ -3,0 +6,0 @@ export declare type AbiDefinition = FunctionAbi | EventAbi;

{
"name": "@0xproject/types",
"version": "0.5.0",
"version": "0.6.0",
"description": "0x types",

@@ -24,4 +24,4 @@ "main": "lib/index.js",

"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16",
"@0xproject/tslint-config": "^0.4.14",
"@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.15",
"@types/node": "^8.0.53",

@@ -28,0 +28,0 @@ "copyfiles": "^1.2.0",

@@ -27,9 +27,9 @@ ## @0xproject/types

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies
### Install dependencies
If you don't have yarn workspaces e`nabled (Yarn < v1.0) - enable them:
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

@@ -48,7 +48,21 @@ ```bash

If this is your **first** time building this package, you must first build **all** packages within the monorepo. This is because packages that depend on other packages located inside this monorepo are symlinked when run from **within** the monorepo. This allows you to make changes across multiple packages without first publishing dependent packages to NPM. To build all packages, run the following from the monorepo root directory:
```bash
yarn lerna:rebuild
```
Or continuously rebuild on change:
```bash
yarn dev
```
You can also build this specific package by running the following from within its directory:
```bash
yarn build
```
or
or continuously rebuild on change:

@@ -59,2 +73,8 @@ ```bash

### Clean
```bash
yarn clean
```
### Lint

@@ -61,0 +81,0 @@

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