mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 19:06:27 +00:00
2959c2cea6
Use the new Buffer APIs from Node v6 for added security. For example, `Buffer.from()` will throw if passed a number, unlike `Buffer()` which allocated UNINITIALIZED memory in that case. Use the `safe-buffer` package for compatibility with previous versions of Node.js, including v4.x, v0.12, and v0.10. https://github.com/feross/safe-buffer |
||
---|---|---|
.. | ||
client-large-torrent.js | ||
client-magnet.js | ||
client-ws-socket-pool.js | ||
client.js | ||
common.js | ||
filter.js | ||
querystring.js | ||
scrape.js | ||
server.js |