Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devextreme-quill

Package Overview
Dependencies
Maintainers
13
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devextreme-quill - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

7

core/emitter.js

@@ -11,3 +11,8 @@ import EventEmitter from 'eventemitter3';

document.addEventListener(eventName, (...args) => {
Array.from(document.querySelectorAll('.ql-container')).forEach((node) => {
const event = args[0];
const shadowRoot = event?.target?.shadowRoot;
const root = shadowRoot ?? document;
const quillContainers = root.querySelectorAll('.ql-container');
Array.from(quillContainers).forEach((node) => {
const quill = instances.get(node);

@@ -14,0 +19,0 @@ if (quill && quill.emitter) {

2

package.json
{
"name": "devextreme-quill",
"version": "1.7.0",
"version": "1.7.1",
"description": "Core of the DevExtreme HtmlEditor",

@@ -5,0 +5,0 @@ "author": "Developer Express Inc.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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