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

bitcore-lib-dash

Package Overview
Dependencies
Maintainers
2
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.0 to 0.15.2

test/address.js

13

bower.json
{
"name": "bitcore-lib",
"main": "./bitcore-lib.min.js",
"version": "0.14.3",
"homepage": "http://bitcore.io",
"name": "bitcore-lib-dash",
"main": "./bitcore-lib-dash.min.js",
"version": "0.15.2",
"homepage": "https://github.com/dashevo/bitcore-lib-dash",
"authors": [
"BitPay, Inc."
"Dash", "BitPay, Inc."
],
"description": "A pure, powerful core for your bitcoin project.",
"description": "A pure, powerful core for your dash project.",
"moduleType": [

@@ -14,2 +14,3 @@ "globals"

"keywords": [
"dash",
"bitcoin",

@@ -16,0 +17,0 @@ "bitcore",

@@ -83,2 +83,6 @@ 'use strict';

}
var receivedValue = proposal[expectedPropName];
if (receivedType === "number" && isNaN(receivedValue)) {
throw new Error('Must be a valid JSON - Expected property ' + expectedPropName + ' to be a number');
}
self[expectedPropName] = proposal[expectedPropName];

@@ -85,0 +89,0 @@ });

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

if (arg instanceof Transaction) {
transaction = transaction.toObject();
transaction = arg.toObject();
} else {

@@ -355,0 +355,0 @@ transaction = arg;

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

@@ -109,3 +109,3 @@ "author": "BitPay <dev@bitpay.com>",

"devDependencies": {
"bitcore-build-dash": "dashpay/bitcore-build-dash",
"bitcore-build-dash": "dashevo/bitcore-build-dash",
"browserify": "latest",

@@ -112,0 +112,0 @@ "brfs": "^1.2.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