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

invoices

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

invoices - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

3

bolt11/create_signed_request.js
const {createHash} = require('crypto');
const {bech32} = require('bech32');
const {ecdsaRecover} = require('secp256k1');
const {encode} = require('bech32');

@@ -9,2 +9,3 @@ const hexAsWords = require('./hex_as_words');

const {encode} = bech32;
const {isArray} = Array;

@@ -11,0 +12,0 @@ const {MAX_SAFE_INTEGER} = Number;

@@ -1,4 +0,5 @@

const {toWords} = require('bech32');
const {bech32} = require('bech32');
const encoding = 'utf8';
const {toWords} = bech32;

@@ -5,0 +6,0 @@ /** Description string as words

@@ -1,4 +0,5 @@

const {toWords} = require('bech32');
const {bech32} = require('bech32');
const encoding = 'hex';
const {toWords} = bech32;

@@ -5,0 +6,0 @@ /** Hex data as bech32 words

@@ -1,2 +0,2 @@

const {decode} = require('bech32');
const {bech32} = require('bech32');
const {ecdsaRecover} = require('secp256k1');

@@ -14,2 +14,3 @@

const asHex = arr => Buffer.from(arr).toString('hex');
const {decode} = bech32;
const lnPrefix = 'ln';

@@ -16,0 +17,0 @@ const maxRequestLength = Number.MAX_SAFE_INTEGER;

# Versions
## 1.1.4
## 1.1.5

@@ -5,0 +5,0 @@ - `createUnsignedRequest`: Allow empty descriptions

@@ -7,7 +7,7 @@ {

"dependencies": {
"bolt07": "1.7.0",
"bolt07": "1.7.1",
"bolt09": "0.1.3",
"bech32": "1.1.4",
"bech32": "2.0.0",
"bitcoinjs-lib": "5.2.0",
"bn.js": "5.1.3",
"bn.js": "5.2.0",
"secp256k1": "4.0.2"

@@ -39,3 +39,3 @@ },

},
"version": "1.1.5"
"version": "1.1.6"
}
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