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.14.2 to 0.14.3

2

bower.json
{
"name": "bitcore-lib",
"main": "./bitcore-lib.min.js",
"version": "0.14.2",
"version": "0.14.3",
"homepage": "http://bitcore.io",

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

@@ -9,6 +9,5 @@ 'use strict';

if (version !== undefined) {
var message = 'More than one instance of bitcore-lib found. ' +
'Please make sure to require bitcore-lib and check that submodules do' +
' not also include their own bitcore-lib dependency.';
throw new Error(message);
var message = 'More than one instance of bitcore-lib found. ' +
'Please make sure that you are not mixing instances of classes of the different versions of bitcore.';
console.warn(message);
}

@@ -15,0 +14,0 @@ };

{
"name": "bitcore-lib-dash",
"version": "0.14.2",
"version": "0.14.3",
"dependencies": {

@@ -5,0 +5,0 @@ "bn.js": {

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

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

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