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.0.0-beta-5 to 1.0.0-rc-1

lib/component.js

10

package.json
{
"name": "react-quill",
"version": "1.0.0-beta-5",
"version": "1.0.0-rc-1",
"description": "The Quill rich-text editor as a React component.",

@@ -16,6 +16,9 @@ "author": "zenoamaro <zenoamaro@gmail.com>",

},
"main": "dist/react-quill.min.js",
"main": "lib/index.js",
"browser": "lib/index.js",
"scripts": {
"test": "make test",
"build": "make build"
"build": "make build",
"prepublish": "make build",
"postpublish": "make clean"
},

@@ -36,2 +39,3 @@ "engines": {

"dist/",
"lib/",
"README.md",

@@ -38,0 +42,0 @@ "CHANGELOG.md",

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

🎧 **Latest published package version: `v1.0.0-beta-4`**
🎧 **Latest published package version: `v1.0.0-rc-1`**
Follow React Quill's development on the beta channel leading to `v1.0.0`.
`npm install react-quill@v1.0.0-beta-4`
`npm install react-quill@v1.0.0-rc-1`

@@ -87,3 +87,3 @@ ---

<link rel="stylesheet" href="node_modules/react-quill/dist/quill.bubble.css">
<link rel="stylesheet" href="node_modules/react-quill/dist/quill.base.css">
<link rel="stylesheet" href="node_modules/react-quill/dist/quill.core.css">
```

@@ -90,0 +90,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