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

btcrelay-bitcoind

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btcrelay-bitcoind - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

3

dist/index.js

@@ -17,2 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const bitcoin = require("bitcoinjs-lib");
const tinySecpk256Interface = require("@bitcoinerlab/secp256k1");
bitcoin.initEccLib(tinySecpk256Interface);
__exportStar(require("./rpc/BitcoindBlock"), exports);

@@ -19,0 +22,0 @@ __exportStar(require("./rpc/BitcoindRpc"), exports);

5

package.json
{
"name": "btcrelay-bitcoind",
"version": "4.2.0",
"version": "4.2.1",
"description": "Connector and synchronizer using bitcoind for bitcoin relay",

@@ -25,4 +25,5 @@ "main": "./dist/index.js",

"dependencies": {
"@bitcoinerlab/secp256k1": "^1.0.5",
"bitcoind-rpc": "^0.9.1",
"bitcoinjs-lib": "^5.2.0",
"bitcoinjs-lib": "^6.1.5",
"bn.js": "^5.2.1",

@@ -29,0 +30,0 @@ "crosslightning-base": "^4.4.0"

@@ -0,1 +1,5 @@

import * as bitcoin from "bitcoinjs-lib";
import * as tinySecpk256Interface from "@bitcoinerlab/secp256k1";
bitcoin.initEccLib(tinySecpk256Interface);
export * from "./rpc/BitcoindBlock";

@@ -2,0 +6,0 @@ export * from "./rpc/BitcoindRpc";

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