New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quill-cursors

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-cursors - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

dist/quill-cursors.js.LICENSE.txt

4

CHANGELOG.md
# Unreleased
# 3.0.2
- Fix `ResizeObserver` memory leak
# 3.0.1

@@ -4,0 +8,0 @@

@@ -11,2 +11,3 @@ import IQuillCursorsOptions from './i-quill-cursors-options';

private _currentSelection;
private _isObserving;
constructor(quill: any, options?: IQuillCursorsOptions);

@@ -23,2 +24,3 @@ createCursor(id: string, name: string, color: string): Cursor;

private _registerDomListeners;
private _registerResizeObserver;
private _updateCursor;

@@ -25,0 +27,0 @@ private _indexWithinQuillBounds;

46

package.json
{
"name": "quill-cursors",
"version": "3.0.1",
"version": "3.0.2",
"description": "A multi cursor module for Quill.",

@@ -19,5 +19,5 @@ "keywords": [

"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack && npm run lint",
"build": "npm run lint && NODE_ENV=production ./node_modules/.bin/webpack",
"lint": "eslint '**/*'",
"start": "./node_modules/.bin/webpack-dev-server --open",
"start": "webpack serve --open",
"test": "NODE_ENV=test jest --coverage"

@@ -30,29 +30,27 @@ },

"devDependencies": {
"@reedsy/eslint-config-reedsy": "github:reedsy/eslint-config-reedsy#2.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@types/jest": "^24.0.25",
"@reedsy/eslint-config-reedsy": "github:reedsy/eslint-config-reedsy#3.5.0",
"@testing-library/jest-dom": "^5.12.0",
"@types/jest": "^26.0.23",
"@types/tinycolor2": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"jest": "^27.0.1",
"quill": "^1.3.7",
"quill-delta": "^4.2.1",
"rangefix": "^0.2.8",
"quill-delta": "^4.2.2",
"rangefix": "^0.2.9",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^8.0.1",
"style-loader": "^1.1.2",
"tinycolor2": "^1.4.1",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"tinycolor2": "^1.4.2",
"ts-jest": "^27.0.0",
"ts-loader": "^9.2.2",
"typescript": "^4.2.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {}
}

Sorry, the diff of this file is too big to display

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