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

quill

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

10

CHANGELOG.md

@@ -0,1 +1,9 @@

# 1.1.3
- Update quill-delta [delta#2](https://github.com/quilljs/delta/issues/2)
- Fix link creation [#1073](https://github.com/quilljs/quill/issues/1073)
Thanks to [@eamodio](https://github.com/eamodio) and [@metsavir](https://github.com/metsavir) for contributions to this release!
# 1.1.2

@@ -7,3 +15,3 @@

Thank you [benbro](https://github.com/benbro), [derickruiz](https://github.com/derickruiz), [eamodio](https://github.com/eamodio), [hallaathrad](https://github.com/hallaathrad), and [philly385](https://github.com/philly385) for your contributions to this release.
Thank you [@benbro](https://github.com/benbro), [@derickruiz](https://github.com/derickruiz), [@eamodio](https://github.com/eamodio), [@hallaathrad](https://github.com/hallaathrad), and [@philly385](https://github.com/philly385) for your contributions to this release.

@@ -10,0 +18,0 @@

4

package.json
{
"name": "quill",
"version": "1.1.2",
"version": "1.1.3",
"description": "Your powerful, rich text editor",

@@ -40,3 +40,3 @@ "author": "Jason Chen <jhchen7@gmail.com>",

"parchment": "1.0.2",
"quill-delta": "3.4.1"
"quill-delta": "3.4.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {

@@ -98,2 +98,4 @@ import extend from 'extend';

}
} else {
delete this.linkRange;
}

@@ -100,0 +102,0 @@ this.hide();

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 too big to display

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