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.3.0 to 0.3.1

4

CHANGELOG.md
# CHANGELOG
## v0.3.1 - _March 8, 2018_
* Added `RawLogEntry` type.
## v0.3.0 - _March 4, 2018_

@@ -4,0 +8,0 @@

@@ -57,1 +57,11 @@ import { BigNumber } from 'bignumber.js';

export declare type BlockParam = BlockParamLiteral | number;
export interface RawLogEntry {
logIndex: string | null;
transactionIndex: string | null;
transactionHash: string;
blockHash: string | null;
blockNumber: string | null;
address: string;
data: string;
topics: string[];
}

2

package.json
{
"name": "@0xproject/types",
"version": "0.3.0",
"version": "0.3.1",
"description": "0x types",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -11,2 +11,10 @@ ## @0xproject/types

If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`:
```
"include": [
"./node_modules/web3-typescript-typings/index.d.ts",
]
```
## Usage

@@ -13,0 +21,0 @@

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