
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@orderly.network/codemod
Advanced tools
`orderly-codemod` is a command-line tool to help you migrate the package import and `OrderlyAppProvider` configuration from v1 to v2
orderly-codemod is a command-line tool to help you migrate the package import and OrderlyAppProvider configuration from v1 to v2
npx @orderly.network/codemod [OPTION] PATH
PATH: Specifies the file or directory path to be transformed (required).-p, --parser <string>
Specifies the parser for source files. Supported options:
babelbabylonflowtstsxDefault: tsx.
Please note that when using TypeScript, you need to use the tsx parser; otherwise, the codemod cannot be correctly applied!
--ext, --extensions <string>
Specifies file extensions to transform, with multiple extensions separated by commas. Default: tsx.
-i, --ignore <string>
Specifies a glob pattern to ignore files. Default: node_modules.
Scan all .tsx files in a specified directory with default settings:
npx @orderly.network/codemod src/
Custom extensions:
npx @orderly.network/codemod --extensions jsx src/
Ignore files in the dist folder:
npx @orderly.network/codemod --ignore dist src/
Note: Applying a codemod may disrupt your existing code formatting, so don’t forget to run prettier and/or eslint after applying the codemod!
Run the following command to display help information:
npx @orderly.network/codemod --help
If no file or directory path is provided, the tool will display an error message:
Error: You have to provide at least one file/directory to transform.
FAQs
`orderly-codemod` is a command-line tool to help you migrate the package import and `OrderlyAppProvider` configuration from v1 to v2
The npm package @orderly.network/codemod receives a total of 64 weekly downloads. As such, @orderly.network/codemod popularity was classified as not popular.
We found that @orderly.network/codemod demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.