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

process: disallow some uses of Object.defineProperty() on process.env #28006

Merged
merged 4 commits into from
Apr 4, 2022

Commits on Jan 11, 2022

  1. process: disallow some uses of Object.defineProperty() on process.env

    Disallow the use of Object.defineProperty() to hide entries in
    process.env or make them immutable.
    himself65 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e65bb10 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    37f2243 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. fixup! format

    himself65 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6ad7bdc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update doc/api/errors.md

    Co-authored-by: Antoine du Hamel <[email protected]>
    himself65 and aduh95 authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    46acbbe View commit details
    Browse the repository at this point in the history