ut_metadata/test
Feross Aboukhadijeh 9e9c187bf3 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-30 00:56:47 -07:00
..
basic.js standard 2016-04-24 01:35:51 -07:00
fetch.js Use safe-buffer 2016-05-30 00:56:47 -07:00
package.json add sauce labs tests 2015-12-02 18:26:44 -08:00