New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@toptal/davinci-codemod

Package Overview
Dependencies
Maintainers
1
Versions
915
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toptal/davinci-codemod

Collection of codemods and migration scripts.

latest
Source
npmnpm
Version
1.1.10
Version published
Weekly downloads
252
460%
Maintainers
1
Weekly downloads
 
Created
Source

@toptal/davinci-codemod

Collection of codemods and migration scripts.

Usage

npx @toptal/davinci-codemod run-codemod <codemod> [<files>]

run-codemod command should find all types of files according to option.

Codemod and migration scripts should be called by run-codemod command with matched files list as a parameter.

Limitations

Codemods do not guarantee the code format preservation. Therefore be sure to run prettier and eslint on your repo after applying a codemod.

Included Scripts

v16.0.0

Replaces davinci qa e2e with davinci qa integration and davinci-qa e2e with davinci-qa integration

e2e-to-integration

-davinci qa e2e
+davinci qa integration
-davinci-qa e2e
+davinci-qa integration
Command
npx @toptal/davinci-codemod run-codemod v16.0.0/e2e-to-integration

Keywords

codemod

FAQs

Package last updated on 29 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts