Comparing version 1.7.4 to 1.8.0
# 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 @@ |
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, |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95514
40
2947
372