← All recipes
Moderne licensed

Remove usage of deprecated process.features.tls_* properties

Recipe IDorg.openrewrite.node.migrate.process.remove-usage-of-features-tls-underscore_constantsArtifact@openrewrite/recipes-nodejs

Remove references to deprecated process.features.tls_* properties, replace with process.features.tls.

Single recipeDEP0189Proprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.node.migrate.process.remove-usage-of-features-tls-underscore_constants

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-nodejs