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

@dashevo/dashcore-lib

Package Overview
Dependencies
Maintainers
12
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.17.7 to 0.17.8

6

lib/address.js

@@ -100,2 +100,8 @@ /* eslint-disable */

/* jshint maxcomplexity: 10 */
// Fix for the circular dependency with the Script class. Normal fix won't work if
// the project uses Address class and the dependency that uses Address class as well.
// Ideally, we need to get rid of this dependency, but it will break the API.
Script = require('./script/script');
// transform and validate input data

@@ -102,0 +108,0 @@ if ((data instanceof Buffer || data instanceof Uint8Array) && data.length === 20) {

2

package.json
{
"name": "@dashevo/dashcore-lib",
"version": "0.17.7",
"version": "0.17.8",
"description": "A pure and powerful JavaScript Dash library.",

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

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