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

liquidjs-lib

Package Overview
Dependencies
Maintainers
2
Versions
53
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.17 to 6.0.2-liquid.18

2

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

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

@@ -8,4 +8,4 @@ import * as address from './address';

import * as bip341 from './bip341';
export * as confidential from './confidential';
export { address, crypto, networks, payments, script, issuance, bip341 };
import * as confidential from './confidential';
export { address, confidential, crypto, networks, payments, script, issuance, bip341, };
export { OPS as opcodes } from './ops';

@@ -12,0 +12,0 @@ export { Input as TxInput, Output as TxOutput, Transaction, } from './transaction';

@@ -62,4 +62,4 @@ 'use strict';

exports.crypto =
exports.confidential =
exports.address =
exports.confidential =
void 0;

@@ -80,3 +80,4 @@ const address = __importStar(require('./address'));

exports.bip341 = bip341;
exports.confidential = __importStar(require('./confidential'));
const confidential = __importStar(require('./confidential'));
exports.confidential = confidential;
var ops_1 = require('./ops');

@@ -83,0 +84,0 @@ Object.defineProperty(exports, 'opcodes', {

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