Socket
Socket
Sign inDemoInstall

liquidjs-lib

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidjs-lib - npm Package Compare versions

Comparing version 6.0.2-liquid.2 to 6.0.2-liquid.3

2

package.json
{
"name": "liquidjs-lib",
"version": "6.0.2-liquid.2",
"version": "6.0.2-liquid.3",
"description": "Client-side Liquid JavaScript library",

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

@@ -12,3 +12,3 @@ import * as address from './address';

export { TaggedHashPrefix } from './crypto';
export { Psbt, PsbtTxInput, PsbtTxOutput, Signer, SignerAsync, HDSigner, HDSignerAsync, } from './psbt';
export { Psbt, PsbtTxInput, PsbtTxOutput, Signer, SignerAsync, HDSigner, HDSignerAsync, witnessStackToScriptWitness, } from './psbt';
export { OPS as opcodes } from './ops';

@@ -15,0 +15,0 @@ export { Transaction } from './transaction';

@@ -54,3 +54,3 @@ 'use strict';

Object.defineProperty(exports, '__esModule', { value: true });
exports.Transaction = exports.opcodes = exports.Psbt = exports.bip341 = exports.issuance = exports.confidential = exports.script = exports.payments = exports.networks = exports.crypto = exports.address = void 0;
exports.Transaction = exports.opcodes = exports.witnessStackToScriptWitness = exports.Psbt = exports.bip341 = exports.issuance = exports.confidential = exports.script = exports.payments = exports.networks = exports.crypto = exports.address = void 0;
const address = __importStar(require('./address'));

@@ -80,2 +80,8 @@ exports.address = address;

});
Object.defineProperty(exports, 'witnessStackToScriptWitness', {
enumerable: true,
get: function() {
return psbt_1.witnessStackToScriptWitness;
},
});
var ops_1 = require('./ops');

@@ -82,0 +88,0 @@ Object.defineProperty(exports, 'opcodes', {

@@ -87,2 +87,3 @@ /// <reference types="node" />

private opts;
get TX(): Transaction;
constructor(opts?: PsbtOptsOptional, data?: PsbtBase);

@@ -209,2 +210,3 @@ get inputCount(): number;

};
export declare function witnessStackToScriptWitness(witness: Buffer[]): Buffer;
declare type AllScriptType = 'witnesspubkeyhash' | 'pubkeyhash' | 'multisig' | 'pubkey' | 'nonstandard' | 'p2sh-witnesspubkeyhash' | 'p2sh-pubkeyhash' | 'p2sh-multisig' | 'p2sh-pubkey' | 'p2sh-nonstandard' | 'p2wsh-pubkeyhash' | 'p2wsh-multisig' | 'p2wsh-pubkey' | 'p2wsh-nonstandard' | 'p2sh-p2wsh-pubkeyhash' | 'p2sh-p2wsh-multisig' | 'p2sh-p2wsh-pubkey' | 'p2sh-p2wsh-nonstandard';

@@ -211,0 +213,0 @@ interface RngOpts {

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