Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use safe-buffer #821

Merged
merged 1 commit into from May 30, 2016
Merged

Use safe-buffer #821

merged 1 commit into from May 30, 2016
Commits on May 30, 2016
  1. Use safe-buffer

    feross committed May 30, 2016
    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.
    
    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
You can’t perform that action at this time.