
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
deriv-codemod
Advanced tools
deriv-codemod
is a tool for helping migrate code. It uses jscodeshift internally to transform the source code.
deriv-codemod
requires Node.js v14+ to run.
To install globally:
npm i -g deriv-codemod
Just run the below command to get started.
deriv-codemod
Change extension
Convert proptypes to TS
propTypes
to Typescript type.propTypes
to TS type:
PropTypes.func
, it will insert an empty anonymous arrow fn type () => void
.PropTypes.object
or PropTypes.array
, it maps unknown as respective TS type.PropTypes.oneOfTypes
which will map it to TS union types.Want to contribute? Great!
Open your Terminal and run the below command.
To install dependencies:
npm install
To build:
npm run build
Please check jscodeshift docs before writing a codemod.
FAQs
A tool for helping migrate code
The npm package deriv-codemod receives a total of 0 weekly downloads. As such, deriv-codemod popularity was classified as not popular.
We found that deriv-codemod demonstrated a not healthy version release cadence and project activity because the last version was released 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.