bittorrent-dht
Advanced tools
Comparing version 11.0.4 to 11.0.5
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "11.0.4", | ||
"version": "11.0.5", | ||
"author": { | ||
@@ -16,3 +16,3 @@ "name": "WebTorrent LLC", | ||
"dependencies": { | ||
"bencode": "^3.0.3", | ||
"bencode": "^4.0.0", | ||
"debug": "^4.3.4", | ||
@@ -27,3 +27,3 @@ "k-bucket": "^5.1.0", | ||
"devDependencies": { | ||
"@webtorrent/semantic-release-config": "1.0.8", | ||
"@webtorrent/semantic-release-config": "1.0.10", | ||
"bittorrent-dht-sodium": "1.2.0", | ||
@@ -33,5 +33,5 @@ "ip": "1.1.8", | ||
"run-parallel": "1.2.0", | ||
"semantic-release": "20.1.0", | ||
"semantic-release": "21.0.7", | ||
"standard": "*", | ||
"tape": "5.6.3" | ||
"tape": "5.6.6" | ||
}, | ||
@@ -38,0 +38,0 @@ "keywords": [ |
@@ -22,3 +22,3 @@ # bittorrent-dht [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
- follows [the spec](http://www.bittorrent.org/beps/bep_0005.html) | ||
- supports [BEP44](http://bittorrent.org/beps/bep_0044.html) for storing arbitrary data in the DHT | ||
- supports [BEP44](http://www.bittorrent.org/beps/bep_0044.html) for storing arbitrary data in the DHT | ||
- robust and well-tested | ||
@@ -25,0 +25,0 @@ - Comprehensive, fully-offline test suite |
37690
+ Addedbencode@4.0.0(transitive)
- Removedbencode@3.1.1(transitive)
Updatedbencode@^4.0.0