libp2p-record
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -0,1 +1,6 @@ | ||
<a name="0.6.2"></a> | ||
## [0.6.2](https://github.com/libp2p/js-libp2p-record/compare/v0.6.1...v0.6.2) (2019-02-20) | ||
<a name="0.6.1"></a> | ||
@@ -2,0 +7,0 @@ ## [0.6.1](https://github.com/libp2p/js-libp2p-record/compare/v0.6.0...v0.6.1) (2018-11-08) |
{ | ||
"name": "libp2p-record", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "libp2p record implementation", | ||
@@ -41,17 +41,17 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>", | ||
"devDependencies": { | ||
"aegir": "^12.0.6", | ||
"chai": "^4.1.2", | ||
"aegir": "^18.1.1", | ||
"chai": "^4.2.0", | ||
"dirty-chai": "^2.0.1", | ||
"libp2p-crypto": "~0.10.3", | ||
"peer-id": "~0.11.0", | ||
"libp2p-crypto": "~0.16.0", | ||
"peer-id": "~0.12.2", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"dependencies": { | ||
"async": "^2.5.0", | ||
"async": "^2.6.2", | ||
"buffer-split": "^1.0.0", | ||
"err-code": "^1.1.2", | ||
"left-pad": "^1.1.3", | ||
"left-pad": "^1.3.0", | ||
"multihashes": "~0.4.14", | ||
"multihashing-async": "~0.4.6", | ||
"protons": "^1.0.0" | ||
"multihashing-async": "~0.5.2", | ||
"protons": "^1.0.1" | ||
}, | ||
@@ -61,2 +61,3 @@ "contributors": [ | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Matt Joiner <anacrolix@gmail.com>", | ||
"Vasco Santos <vasco.santos@ua.pt>", | ||
@@ -63,0 +64,0 @@ "Vasco Santos <vasco.santos@moxy.studio>", |
# js-libp2p-record | ||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) | ||
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) | ||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) | ||
[![](https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square)](http://libp2p.io/) | ||
[![](https://img.shields.io/badge/freenode-%23libp2p-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
@@ -7,0 +7,0 @@ [![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-record/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-record?branch=master) |
@@ -32,3 +32,3 @@ /* eslint max-nested-callbacks: ["error", 8] */ | ||
expect( | ||
() => selection.bestRecord({world () {}}, Buffer.from('/hello/'), records) | ||
() => selection.bestRecord({ world () {} }, Buffer.from('/hello/'), records) | ||
).to.throw( | ||
@@ -35,0 +35,0 @@ /Unrecognized key prefix: hello/ |
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
23028
+ Addedjs-sha3@0.8.0(transitive)
+ Addedmultihashing-async@0.5.2(transitive)
- Removedjs-sha3@0.7.0(transitive)
- Removedmultihashing-async@0.4.8(transitive)
Updatedasync@^2.6.2
Updatedleft-pad@^1.3.0
Updatedmultihashing-async@~0.5.2
Updatedprotons@^1.0.1