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.7.4 to 1.8.0

addresses/decode_base32.js

5

CHANGELOG.md
# Versions
## 1.8.0
- `decodeSocket`: Decode a connection socket from hex data
- `encodeSocket`: Encode a connection socket to hex data
## 1.7.4

@@ -4,0 +9,0 @@

4

index.js
const {chanFormat} = require('./ids');
const {chanNumber} = require('./ids');
const {decodeChanId} = require('./ids');
const {decodeSocket} = require('./addresses');
const {encodeChanId} = require('./ids');
const {encodeSocket} = require('./addresses');
const {hopsFromChannels} = require('./routing');

@@ -14,3 +16,5 @@ const {rawChanId} = require('./ids');

decodeChanId,
decodeSocket,
encodeChanId,
encodeSocket,
hopsFromChannels,

@@ -17,0 +21,0 @@ rawChanId,

4

package.json

@@ -32,5 +32,5 @@ {

"scripts": {
"test": "tap test/ids/*.js test/routing/*.js"
"test": "tap --branches=1 --functions=1 --lines=1 --statements=1 test/addresses/*.js test/ids/*.js test/routing/*.js"
},
"version": "1.7.4"
"version": "1.8.0"
}

@@ -6,4 +6,2 @@ # BOLT07

[![npm version](https://badge.fury.io/js/bolt07.svg)](https://badge.fury.io/js/bolt07)
[![Coverage Status](https://coveralls.io/repos/github/alexbosworth/bolt07/badge.svg?branch=master)](https://coveralls.io/github/alexbosworth/bolt07?branch=master)
[![Build Status](https://travis-ci.org/alexbosworth/bolt07.svg?branch=master)](https://travis-ci.org/alexbosworth/bolt07)

@@ -10,0 +8,0 @@ ## Methods

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