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

bitcore-lib-dash

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-lib-dash - npm Package Compare versions

Comparing version 0.15.2 to 0.15.3

lib/message.js

2

bower.json
{
"name": "bitcore-lib-dash",
"main": "./bitcore-lib-dash.min.js",
"version": "0.15.2",
"version": "0.15.3",
"homepage": "https://github.com/dashevo/bitcore-lib-dash",

@@ -6,0 +6,0 @@ "authors": [

@@ -5,2 +5,2 @@

bitcoreTasks('lib');
bitcoreTasks('lib-dash');

@@ -59,2 +59,3 @@ 'use strict';

bitcore.Unit = require('./lib/unit');
bitcore.Message = require('./lib/message')

@@ -61,0 +62,0 @@ // dependencies, subject to change

{
"name": "bitcore-lib-dash",
"version": "0.15.2",
"version": "0.15.3",
"description": "A pure and powerful JavaScript Dash library.",

@@ -5,0 +5,0 @@ "author": "BitPay <dev@bitpay.com>",

@@ -1268,3 +1268,3 @@ 'use strict';

});
const copiedTransaction = bitcore.Transaction().fromObject(tx);
var copiedTransaction = bitcore.Transaction().fromObject(tx);
expect(copiedTransaction).to.be.an.instanceof(bitcore.Transaction);

@@ -1271,0 +1271,0 @@ });

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

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