bittorrent-tracker/lib
Feross Aboukhadijeh 2959c2cea6 Use safe-buffer
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
2016-05-29 23:12:23 -07:00
..
client Use safe-buffer 2016-05-29 23:12:23 -07:00
server remove buffer-equals dependency 2016-03-24 03:25:31 -07:00
common-node.js Use safe-buffer 2016-05-29 23:12:23 -07:00
common.js Use safe-buffer 2016-05-29 23:12:23 -07:00