Socket
Socket
Sign inDemoInstall

libp2p-kad-dht

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libp2p-kad-dht - npm Package Compare versions

Comparing version 0.19.6 to 0.19.7

5

CHANGELOG.md

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

<a name="0.19.7"></a>
## [0.19.7](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.6...v0.19.7) (2020-06-23)
<a name="0.19.6"></a>

@@ -2,0 +7,0 @@ ## [0.19.6](https://github.com/libp2p/js-libp2p-kad-dht/compare/v0.19.5...v0.19.6) (2020-06-16)

13

package.json
{
"name": "libp2p-kad-dht",
"version": "0.19.6",
"version": "0.19.7",
"description": "JavaScript implementation of the Kad-DHT for libp2p",

@@ -57,4 +57,3 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",

"multiaddr": "^7.4.3",
"multihashes": "~0.4.15",
"multihashing-async": "~0.8.0",
"multihashing-async": "^0.8.2",
"p-filter": "^2.1.0",

@@ -73,3 +72,3 @@ "p-map": "^4.0.0",

"devDependencies": {
"aegir": "^22.0.0",
"aegir": "^23.0.0",
"async-iterator-all": "^1.0.0",

@@ -100,7 +99,7 @@ "chai": "^4.2.0",

"Hugo Dias <hugomrdias@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
"Blake Byrnes <blakebyrnes@gmail.com>",
"John Hiesey <jhiesey@cs.stanford.edu>",
"Blake Byrnes <blakebyrnes@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
"Lars Gierth <larsg@systemli.org>",

@@ -107,0 +106,0 @@ "Marcus Bernales <mboperator@gmail.com>",

'use strict'
const mh = require('multihashes')
const mh = require('multihashing-async').multihash

@@ -5,0 +5,0 @@ const utils = require('../utils')

@@ -5,3 +5,3 @@ 'use strict'

const multihashing = require('multihashing-async')
const mh = require('multihashes')
const mh = multihashing.multihash
const { Key } = require('interface-datastore')

@@ -8,0 +8,0 @@ const base32 = require('base32.js')

@@ -8,3 +8,3 @@ /* eslint-env mocha */

const PeerId = require('peer-id')
const multihashes = require('multihashes')
const multihashes = require('multihashing-async').multihash
const { Buffer } = require('buffer')

@@ -11,0 +11,0 @@ const RoutingTable = require('../../src/routing')

Sorry, the diff of this file is not supported yet

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