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

@dashevo/dashcore-lib

Package Overview
Dependencies
Maintainers
7
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/dashcore-lib - npm Package Compare versions

Comparing version 0.20.10 to 0.21.0

4

lib/instantlock/instantlock.js

@@ -78,3 +78,3 @@ const { isObject } = require('lodash');

if (version === 1) {
if (version >= 1) {
result.version = version;

@@ -410,3 +410,3 @@ result.cyclehash = cyclehash;

if (this.version === 1) {
if (this.version >= 1) {
result.version = this.version;

@@ -413,0 +413,0 @@ result.cyclehash = this.cyclehash;

@@ -1497,3 +1497,3 @@ /* eslint-disable */

var binaryTransactionHash = Buffer.from(this.hash, 'hex');
var binaryTransactionHash = this._getHash();
var indexBuffer = Buffer.alloc(4);

@@ -1500,0 +1500,0 @@

{
"name": "@dashevo/dashcore-lib",
"version": "0.20.10",
"version": "0.21.0",
"description": "A pure and powerful JavaScript Dash library.",

@@ -5,0 +5,0 @@ "author": "Dash Core Group, Inc. <dev@dash.org>",

Sorry, the diff of this file is too big to display

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