Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-prisma

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-prisma - npm Package Compare versions

Comparing version 4.8.0 to 4.9.0

18

package.json
{
"name": "prettier-plugin-prisma",
"version": "4.8.0",
"version": "4.9.0",
"description": "Prettier plugin for Prisma files",

@@ -17,6 +17,6 @@ "keywords": [

"scripts": {
"checks": "npm run lint && npx tsc && npm test",
"lint": "prettier . --check",
"prepare": "husky install",
"prerelease": "npm ci && npm run lint && npx tsc",
"release": "np",
"release": "np --test-script checks",
"tdd": "jest --watch",

@@ -29,14 +29,14 @@ "test": "jest"

"dependencies": {
"@prisma/prisma-fmt-wasm": "4.8.0-62.351fb726ff78e50c7d6db6331d66d4db0e378c53"
"@prisma/prisma-fmt-wasm": "4.9.0-44.b29121153404aa8eda60ec38e41e477cc1c0ee66"
},
"devDependencies": {
"@types/jest": "29.2.4",
"@types/jest": "29.2.6",
"@types/prettier": "2.7.2",
"@umidbekk/configs": "0.2.0",
"husky": "8.0.2",
"husky": "8.0.3",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"np": "7.6.2",
"prettier": "2.8.1",
"prettier-plugin-packagejson": "2.3.0",
"np": "7.6.3",
"prettier": "2.8.3",
"prettier-plugin-packagejson": "2.4.0",
"typescript": "4.9.4",

@@ -43,0 +43,0 @@ "vscode-languageserver-protocol": "3.17.2"

@@ -18,4 +18,9 @@ # Prettier plugin for [Prisma](https://github.com/prisma/prisma)

### Feature requests
This library is built on top of official [prisma-fmt-wasm](https://github.com/prisma/prisma-engines/tree/main/prisma-fmt-wasm),
and all new features are developed there: https://github.com/prisma/prisma-engines/issues?q=fmt
### Supported options
- Tab width: https://prettier.io/docs/en/options.html#tab-width
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc