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

lib: move DEP0023 to end of life #25280

Merged
merged 1 commit into from
Jan 6, 2019
Merged

Commits on Jan 6, 2019

  1. lib: move DEP0023 to end of life

    This commit moves DEP0023 to end of life status. The
    os.getNetworkInterfaces() method was introduced in the
    unstable 0.5.0 release, and runtime deprecated in 0.6.0, the
    first stable release of its existence.
    
    This commit also fixes an inaccuracy in the deprecation, as the
    replacement (os.networkInterfaces()) is actually a method.
    
    PR-URL: nodejs#25280
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    cjihrig committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    853bee0 View commit details
    Browse the repository at this point in the history