Socket
Socket
Sign inDemoInstall

blockstack

Package Overview
Dependencies
176
Maintainers
7
Versions
138
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.1.2 to 18.1.3

.nyc_output/0195a5f6e14d95d0abb68d29a40022bc.json

6

lib/operations/skeletons.js

@@ -715,3 +715,5 @@ 'use strict';

function makeV2PreStxOpSkeleton(prepareAddress) {
function makeV2PreStxOpSkeleton()
// prepareAddress: string,
{
/*

@@ -732,5 +734,5 @@ Format:

tx.addOutput(nullOutput, 0);
tx.addOutput(prepareAddress, _utils.DUST_MINIMUM);
// tx.addOutput(prepareAddress, DUST_MINIMUM)
return tx.buildIncomplete();
}

@@ -1158,5 +1158,3 @@ 'use strict';

var txPromise = senderKey.getAddress().then(function (senderAddress) {
return (0, _skeletons.makeV2PreStxOpSkeleton)(senderAddress);
});
var txPromise = (0, _skeletons.makeV2PreStxOpSkeleton)();

@@ -1163,0 +1161,0 @@ return Promise.all([senderKey.getAddress(), btcKey.getAddress()]).then(function (_ref53) {

{
"name": "blockstack",
"version": "18.1.2",
"version": "18.1.3",
"description": "The Blockstack Javascript library for authentication, identity, and storage.",

@@ -5,0 +5,0 @@ "main": "lib/index",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc