
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@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 1 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.