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

@signalapp/quill-cjs

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalapp/quill-cjs - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

core/quill.js

@@ -63,3 +63,3 @@ "use strict";

static sources = _emitter.default.sources;
static version = typeof "2.1.1" === 'undefined' ? 'dev' : "2.1.1";
static version = typeof "2.1.2" === 'undefined' ? 'dev' : "2.1.2";
static imports = {

@@ -66,0 +66,0 @@ delta: _quillDelta.default,

/*!
* Quill Editor v2.1.1
* Quill Editor v2.1.2
* https://quilljs.com

@@ -4,0 +4,0 @@ * Copyright (c) 2017-2025, Slab

/*!
* Quill Editor v2.1.1
* Quill Editor v2.1.2
* https://quilljs.com

@@ -4,0 +4,0 @@ * Copyright (c) 2017-2025, Slab

@@ -272,2 +272,8 @@ "use strict";

this.quill.focus();
Object.keys(context.format).forEach(name => {
if (lineFormats[name] != null) return;
if (Array.isArray(context.format[name])) return;
if (name === 'code' || name === 'link') return;
this.quill.format(name, context.format[name], _quill.default.sources.USER);
});
}

@@ -274,0 +280,0 @@ }

{
"name": "@signalapp/quill-cjs",
"version": "2.1.1",
"version": "2.1.2",
"description": "Your powerful, rich text editor",

@@ -5,0 +5,0 @@ "author": "Jason Chen <jhchen7@gmail.com>",

Sorry, the diff of this file is not supported yet

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 not supported yet

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

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