Socket
Socket
Sign inDemoInstall

bcoin-tx

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcoin-tx - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -56,3 +56,3 @@ var bn = require('bn.js');

Tx.prototype.txid = function txid(enc) {
TX.prototype.txid = function txid(enc) {
var id = utils.dsha256(utils.toArray(this._raw)).reverse()

@@ -59,0 +59,0 @@ return enc === 'hex' ? utils.toHex(id) : id;

{
"name": "bcoin-tx",
"version": "1.2.1",
"version": "1.2.2",
"description": "Bitcoin transaction object",

@@ -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