Socket
Socket
Sign inDemoInstall

rich-text

Package Overview
Dependencies
4
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v4.0.0
#### Breaking Changes
These were never documented as officially supported but to be safe we are doing a major version bump.
- No longer works in IE8 as there is function called delete and IE8 treats that as a reserved identifier
- The source structure has changed so those utilizing NPM's ability to import from arbitrary directories ex. import
DeltaOp from 'quill-delta/lib/op' will have to update their imports
## v3.0.0

@@ -2,0 +11,0 @@

6

package.json
{
"name": "rich-text",
"version": "3.1.0",
"version": "4.0.0",
"description": "OT type for rich text",

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

"dependencies": {
"quill-delta": "^3.2.0"
"quill-delta": "^4.2.1"
},

@@ -23,3 +23,3 @@ "devDependencies": {

"scripts": {
"test": "mocha test/fuzzer.js"
"test": "mocha test/fuzzer.js --timeout 5000"
},

@@ -26,0 +26,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc