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

react-quill

Package Overview
Dependencies
Maintainers
1
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 0.4.0 to 0.4.1

dist/react-quill.js

4

CHANGELOG.md
Changelog
=========
v0.4.1
------
- Added contents of `dist` to NPM package.
v0.4.0

@@ -5,0 +9,0 @@ ------

3

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

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

"src/",
"dist/",
"README.md",

@@ -36,0 +37,0 @@ "CHANGELOG.md",

@@ -280,2 +280,5 @@ React-Quill ![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)

---------
#### v0.4.1
- Added contents of `dist` to NPM package.
#### v0.4.0

@@ -295,3 +298,2 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed.

#### v0.3.0

@@ -313,3 +315,2 @@ - Bumped Quill.js to v0.20.0

[Full changelog](CHANGELOG.md)

@@ -316,0 +317,0 @@

/*
React-Quill v0.4.0
React-Quill v0.4.1
https://github.com/zenoamaro/react-quill

@@ -4,0 +4,0 @@ */

@@ -62,2 +62,6 @@ 'use strict';

{ type:'list', label:'List' }
]},
{ label:'Blocks', type:'group', items: [
{ type:'image', label:'Image' }
]}

@@ -64,0 +68,0 @@

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