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

liquidjs-lib

Package Overview
Dependencies
Maintainers
1
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 5.1.6 to 5.1.7

2

package.json
{
"name": "liquidjs-lib",
"version": "5.1.6",
"version": "5.1.7",
"description": "Client-side Liquid JavaScript library",

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

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

const unconfidential = payload.slice(35, payload.length);
const versionBuf = new Uint8Array(1);
const versionBuf = Buffer.alloc(1);
versionBuf[0] = prefix;

@@ -215,3 +215,3 @@ const unconfidentialAddressBuffer = Buffer.concat([

if (blindingKey.length > 33) throw new TypeError('Blinding key is too long');
const prefixBuf = new Uint8Array(2);
const prefixBuf = Buffer.alloc(2);
prefixBuf[0] = network.confidentialPrefix;

@@ -218,0 +218,0 @@ prefixBuf[1] = prefix;

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