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

Breaking: deprecate safe-buffer.Buffer calls #110

Merged
merged 1 commit into from
Mar 9, 2018

Commits on Mar 2, 2018

  1. Breaking: deprecate safe-buffer.Buffer calls

    safe-buffer.Buffer function/constructror is just a re-export of
    buffer.Buffer and should be deprecated likewise.
    
    Otherwise, using Buffer = require('safe-buffer').Buffer magically hides
    the deprecation message, which it shouldn't, as that code will
    actually cause runtime deprecation errors on Node.js >= 10.
    ChALkeR committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    721251c View commit details
    Browse the repository at this point in the history