Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@prisma/codemods
Advanced tools
A Collection of Codemods for Prisma
Usage
$ npx @prisma/codemods <transform> <path> <...options>
transform One of the choices from https://github.com/prisma/codemods#transforms
path Directory of your app. i.e ./my-awesome-project
Options
-(-f)orce Bypass Git safety checks and forcibly run codemods
-(-s)chemaPath Specify a path to your ./prisma/schema.prisma
-(-d)ry Dry run (no changes are made to files)
-(-p)rint Print transformed files to your terminal
--instanceNames=client Useful when importing an already instantiated (i.e import client from './client')
<transform> | Description | Example |
---|---|---|
namespace | Codemod for @prisma/client namespace change | npx @prisma/codemods namespace ./my-project |
findUnique | Converts prisma.x.findOne to prisma.x.findUnique | npx @prisma/codemods findUnique ./my-project |
to$ | to$: Converts deprecated prisma.x methods to prisma.$x | npx @prisma/codemods to$ ./my-project |
update-2.12 | Includes namespace /findUnique /to$ | npx @prisma/codemods update-2.12 ./my-project |
git clone https://github.com/prisma/codemods.git
cd codemods
yarn && yarn watch
In a separate terminal you can then run
yarn cli --help
yarn test
FAQs
A collection of codemods for prisma
The npm package @prisma/codemods receives a total of 219 weekly downloads. As such, @prisma/codemods popularity was classified as not popular.
We found that @prisma/codemods demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.