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

crypto: downgrade DEP0115 to --pending-deprecation only #23017

Closed

Commits on Sep 22, 2018

  1. crypto: downgrade DEP0115 to --pending-deprecation only

    Aliases are very cheap to maintain, so an unconditional runtime
    deprecation that affects existing ecosystem code is not
    a good idea. This commit turns the runtime deprecation into
    a `--pending-deprecation` one.
    
    Fixes: nodejs#23013
    addaleax committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    c662e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8b5d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e167175 View commit details
    Browse the repository at this point in the history