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.4 to 0.0.6

2

dist/lib/ethercast-models.js

@@ -38,3 +38,3 @@ "use strict";

mixHash: hex,
nonce: hex.required(),
nonce: hex,
number: hex.required(),

@@ -41,0 +41,0 @@ parentHash: hex256.required(),

@@ -43,3 +43,3 @@ import * as Joi from 'joi';

mixHash?: string;
nonce: string;
nonce?: string;
number: string;

@@ -46,0 +46,0 @@ parentHash: string;

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

@@ -31,3 +31,4 @@ "keywords": [],

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

@@ -34,0 +35,0 @@ "config": {

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