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.18.1 to 1.19.0

12

backend/dist/quill-delta.js

@@ -13,2 +13,14 @@ "use strict";

multiLineParagraph: false,
customTagAttributes(op) {
if (op.isLink()) {
const href = (0, data_formatters_lib_1.strValOrUndef)(op.attributes?.link);
if (href) {
const url = new URL(href);
const target = url.hostname === service.fqdn ? "" : "_blank";
return {
target,
};
}
}
},
});

@@ -15,0 +27,0 @@ converter.renderCustomWith(async (customOp) => {

4

package.json
{
"name": "@paroicms/quill-editor-plugin",
"version": "1.18.1",
"version": "1.19.0",
"description": "Quill Editor plugin for ParoiCMS",

@@ -42,3 +42,3 @@ "keywords": [

"@paroicms/public-bo-lib": "0.16.0",
"@paroicms/public-server-lib": "0.17.0",
"@paroicms/public-server-lib": "0.18.0",
"@solid-primitives/i18n": "~2.1.1",

@@ -45,0 +45,0 @@ "@types/node": "~20.14.8",

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