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

react-quill

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-quill - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

19

CHANGELOG.md
Changelog
=========
v1.3.4
------
- Bump Quill to 1.3.7 to close a security vulnerability (#575)
v1.3.3
------
- Pin Quill types version (#420 @daggmano)
v1.3.2
------
- Add preserveWhitespace prop (#407 @royshouvik)
v1.3.1

@@ -13,6 +28,6 @@ ------

- Add scrollingContainer prop
- Fix Typescript exports
- Fix Typescript exports
- Fix tabindex prop
v1.2.6
v1.2.6
------

@@ -19,0 +34,0 @@

4

package.json
{
"name": "react-quill",
"version": "1.3.3",
"version": "1.3.4",
"description": "The Quill rich-text editor as a React component.",

@@ -53,3 +53,3 @@ "author": "zenoamaro <zenoamaro@gmail.com>",

"prop-types": "^15.5.10",
"quill": "^1.2.6",
"quill": "^1.3.7",
"react-dom-factories": "^1.0.0"

@@ -56,0 +56,0 @@ },

@@ -53,2 +53,3 @@ import * as React from "react";

modules?: Quill.StringMap;
preserveWhitespace?: boolean;

@@ -55,0 +56,0 @@ /** @deprecated

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 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

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