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

bitcore-common-blockchain

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-common-blockchain - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

index.js

@@ -27,3 +27,5 @@ 'use strict'

self.bitcoind = this.node.services.bitcoind
self.bitcoind = self.node.services.bitcoind
if (self.bitcoind.node) self.bitcoind = self.bitcoind.node
self.addresses = new Addresses({ parent: self })

@@ -30,0 +32,0 @@ self.transactions = new Transactions({ parent: self })

{
"name": "bitcore-common-blockchain",
"version": "2.0.0",
"version": "2.0.1",
"description": "common blockchain service for bitcore-node",

@@ -5,0 +5,0 @@ "main": "index.js",

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