New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prisma-erd-generator

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-erd-generator - npm Package Compare versions

Comparing version 1.3.1 to 1.4.1

7

package.json
{
"version": "1.3.1",
"version": "1.4.1",
"license": "MIT",

@@ -7,5 +7,3 @@ "main": "./dist/index.js",

"files": [
"dist",
"src",
"tsconfig.json"
"dist"
],

@@ -21,3 +19,2 @@ "engines": {

"build": " tsc -p .",
"prepublish": "npm run build",
"release": "git push --follow-tags origin main && npm publish",

@@ -24,0 +21,0 @@ "version": "standard-version",

@@ -84,2 +84,6 @@ # Prisma Entity Relationship Diagram Generator

### mmdcPath
In order for this generator to succeed you must have `mmdc` installed. This is the mermaid cli tool that is used to generate the ERD. By default the generator searches for an existing binary file at `/node_modules/.bin/mmdc`. If it fails to find that binary it will run `find ../.. -name mmdc` to search through your folder for a `mmdc` binary. If you are using a different package manager or have a different location for your binary files, you can specify the path to the binary file.
### Disabled

@@ -86,0 +90,0 @@

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