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.14 to 0.0.16

6

dist/lib/ethercast-models.js

@@ -70,3 +70,7 @@ "use strict";

gasPrice: hex.required(),
input: hex.required()
input: hex.required(),
// these are included by both geth and parity but not required
v: hex,
r: hex,
s: hex
});

@@ -73,0 +77,0 @@ exports.JoiDecodedTransaction = exports.JoiTransaction.keys({

@@ -34,2 +34,5 @@ import * as Joi from 'joi';

input: string;
v?: string;
r?: string;
s?: string;
}

@@ -36,0 +39,0 @@ export interface DecodedTransaction extends Transaction {

2

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

@@ -5,0 +5,0 @@ "keywords": [],

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