@paroicms/quill-editor-plugin
Advanced tools
Comparing version 1.13.2 to 1.14.0
{ | ||
"name": "@paroicms/quill-editor-plugin", | ||
"version": "1.13.2", | ||
"version": "1.14.0", | ||
"description": "Quill Editor plugin for ParoiCMS", | ||
@@ -22,4 +22,6 @@ "keywords": [ | ||
"build:backend": "(cd backend && tsc)", | ||
"build:bo": "(cd bo-front && tsc && vite build)", | ||
"build:public": "(cd public-front && tsc && vite build)", | ||
"build:bo": "(cd bo-front && tsc && vite build && npm run minify:bo)", | ||
"minify:bo": "terser bo-front/dist/bo-plugin.mjs --output bo-front/dist/bo-plugin.mjs", | ||
"build:public": "(cd public-front && tsc && vite build && npm run minify:public)", | ||
"minify:public": "terser public-front/dist/public-front-plugin.mjs --output public-front/dist/public-front-plugin.mjs", | ||
"build:public:watch": "(cd public-front && tsc && vite build --watch)", | ||
@@ -49,6 +51,7 @@ "build:bo:watch": "(cd bo-front && vite build --watch)", | ||
"solid-devtools": "~0.30.1", | ||
"solid-js": "~1.8.20", | ||
"solid-js": "1.8.20", | ||
"typescript": "~5.5.4", | ||
"vite": "~5.4.0", | ||
"vite-plugin-solid": "~2.10.2" | ||
"vite-plugin-solid": "~2.10.2", | ||
"terser": "~5.34.1" | ||
}, | ||
@@ -55,0 +58,0 @@ "main": "backend/dist/plugin.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
368628
16
358
3
7