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

bolt07

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

bolt07 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/chan_number.js

3

index.js

@@ -0,5 +1,6 @@

const {chanNumber} = require('./lib');
const {decodeChanId} = require('./lib');
const {rawChanId} = require('./lib');
module.exports = {decodeChanId, rawChanId};
module.exports = {chanNumber, decodeChanId, rawChanId};

@@ -21,2 +21,5 @@ const BN = require('bn.js');

@throws
<Error>
@returns

@@ -23,0 +26,0 @@ {

@@ -0,5 +1,6 @@

const chanNumber = require('./chan_number');
const decodeChanId = require('./decode_chan_id');
const rawChanId = require('./raw_chan_id');
module.exports = {decodeChanId, rawChanId};
module.exports = {chanNumber, decodeChanId, rawChanId};

@@ -31,3 +31,3 @@ {

},
"version": "1.0.0"
"version": "1.1.0"
}
# BOLT07
[![npm version](https://badge.fury.io/js/bolt07.svg)](https://badge.fury.io/js/bolt07)
Utilities for working with Lightning Network BOLT 07
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