prisma-erd-generator
Advanced tools
Comparing version 1.3.1 to 1.4.1
{ | ||
"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 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
213
0
14396
3
0
2