Socket
Socket
Sign inDemoInstall

@ethercast/model

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethercast/model - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

7

dist/types/ethercast-models.d.ts
import * as Joi from 'joi';
import { ValidationOptions } from 'joi';
import BigNumber from 'bignumber.js';
export interface Log {

@@ -75,8 +74,2 @@ logIndex: string;

}
export interface LogFilter {
topics?: (string | string[])[];
fromBlock: string | BigNumber | number | 'latest' | 'earliest' | 'pending';
toBlock: string | BigNumber | number | 'latest' | 'earliest' | 'pending';
address?: string;
}
export declare const JoiLog: Joi.ObjectSchema;

@@ -83,0 +76,0 @@ export declare const JoiBlock: Joi.ObjectSchema;

12

package.json
{
"name": "@ethercast/model",
"version": "0.0.6",
"version": "0.0.7",
"description": "models for ethercast.io",

@@ -32,3 +32,3 @@ "keywords": [],

"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"prepublish": "npm run build"
"prepare": "npm run build"
},

@@ -70,4 +70,4 @@ "config": {

"@types/jest": "^22.0.0",
"@types/joi": "^13.0.5",
"@types/node": "^9.3.0",
"@types/joi": "^13.0.5",
"colors": "^1.1.2",

@@ -80,2 +80,3 @@ "commitizen": "^2.9.6",

"jest": "^22.0.2",
"joi": "^13.1.2",
"lodash.camelcase": "^4.3.0",

@@ -91,10 +92,7 @@ "prettier": "^1.4.4",

"typescript": "^2.6.2",
"validate-commit-msg": "^2.12.2",
"bignumber.js": "^6.0.0",
"joi": "^13.1.2"
"validate-commit-msg": "^2.12.2"
},
"peerDependencies": {
"bignumber.js": "^6.0.0",
"joi": "^13.1.2"
}
}

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