mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #114] Update torrent-stream dependency #314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hex2a on GitHub (May 7, 2017).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/114
when installing using npm, this warning appears:
npm WARN deprecated bittorrent-dht@3.2.6: Critical security issue fixed in 5.1.3. All users should upgrade. (More info: https://github.com/feross/bittorrent-dht/issues/87)this seems to be due to an outdated torrent-stream version
└─┬ torrent-stream@0.18.1
├── bitfield@0.1.0
├─┬ bittorrent-dht@3.2.6
@asapach commented on GitHub (May 7, 2017):
Yeah, we're so far behind that there are probably some breaking changes. But I'll see if this can be done.
@asapach commented on GitHub (May 14, 2017):
Released as v0.2.0. No breaking changes that I can see.