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.3 to 1.1.4

test/bolt11/test_chain_address_as_words.js

2

CHANGELOG.md
# Versions
## 1.1.3
## 1.1.4

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

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

"dependencies": {
"bolt07": "1.5.2",
"bolt09": "0.1.1",
"bolt07": "1.6.0",
"bolt09": "0.1.2",
"bech32": "1.1.4",
"bitcoinjs-lib": "5.1.10",
"bitcoinjs-lib": "5.2.0",
"bn.js": "5.1.3",

@@ -17,3 +17,3 @@ "secp256k1": "4.0.2"

"devDependencies": {
"@alexbosworth/tap": "14.10.9"
"tap": "14.10.8"
},

@@ -40,3 +40,3 @@ "engines": {

},
"version": "1.1.3"
"version": "1.1.4"
}

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

const {test} = require('@alexbosworth/tap');
const {test} = require('tap');

@@ -3,0 +3,0 @@ const addressVersion = require('./../../bolt11/address_version');

const sign = require('secp256k1').ecdsaSign;
const {test} = require('@alexbosworth/tap');
const {test} = require('tap');

@@ -5,0 +5,0 @@ const {createSignedRequest} = require('./../../');

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

const {test} = require('@alexbosworth/tap');
const {test} = require('tap');

@@ -3,0 +3,0 @@ const mtokensAsHrp = require('./../../bolt11/mtokens_as_hrp');

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

const {test} = require('@alexbosworth/tap');
const {test} = require('tap');

@@ -3,0 +3,0 @@ const {parsePaymentRequest} = require('./../../');

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