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

@paroicms/quill-editor-plugin

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paroicms/quill-editor-plugin - npm Package Compare versions

Comparing version 1.13.2 to 1.14.0

13

package.json
{
"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

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