Use case
Framework
Owner
- @Nodejs/Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.
- Launchdarkly To Openfeature Nodejs Update Imports- This Codemod helps to convert DevCycle Node.js SDK implementations to the OpenFeature Node.js SDK using the DevCycle Provider. It handles the first step of the conversion by updating the packages imports: 
- Devcycle To Openfeature Nodejs Workflow- This Codemod runs a series of DevCycle Codemods in a workflow to convert your Node.js project from using DevCycle's Node.js Server SDK to using OpenFeature's Node.js SDK with DevCycle's OpenFeature Provider. 
- Devcycle To Openfeature Nodejs Variable Transform- This Codemod changes DevCycle variable calls to openfeature flags: 
- Devcycle To Openfeature Nodejs User Context Transform- This Codemod updates the - DevCycleUserobject to an OpenFeature- EvaluationContextobject:
- Devcycle To Openfeature Nodejs Initialization Transform- This Codemod will transform the initialization of the DevCycle Node.js Server SDK to use OpenFeature Node.js SDK. 
- Devcycle To Openfeature Nodejs Update Imports- This Codemod helps to convert DevCycle Node.js SDK implementations to the OpenFeature Node.js SDK using the DevCycle Provider. It handles the first step of the conversion by updating the packages imports: 
- Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.
- Deno Remove Node:Process Import- This codemod removes redundant import process from 'node:process'; statements, as process is now globally available in Deno v2 
- Remix Js/V2/Migration Recipe- This recipe is a set of codemods that will help migrate to Remix.js v2. 
- Remix Js/V2/Nodejs Module Exports Server Build Directory To Path- In your remix.config.js, rename serverBuildDirectory to serverBuildPath and specify a module path, not a directory. 
- Styledictionary/4/Module Common Js- What Changed