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

@cocreate/cursors

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/cursors - npm Package Compare versions

Comparing version 1.20.4 to 1.20.5

12

package.json
{
"name": "@cocreate/cursors",
"version": "1.20.4",
"version": "1.20.5",
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.",

@@ -62,10 +62,10 @@ "keywords": [

"dependencies": {
"@cocreate/local-storage": "^1.10.4",
"@cocreate/message-client": "^1.8.2",
"@cocreate/observer": "^1.11.4",
"@cocreate/local-storage": "^1.10.5",
"@cocreate/message-client": "^1.8.3",
"@cocreate/observer": "^1.11.5",
"@cocreate/random-color": "^1.7.2",
"@cocreate/selection": "^1.9.3",
"@cocreate/utils": "^1.25.2",
"@cocreate/selection": "^1.9.4",
"@cocreate/utils": "^1.25.3",
"@cocreate/uuid": "^1.7.2"
}
}

@@ -346,3 +346,2 @@ /********************************************************************************

message.send({
room: "",
message: "cursor",

@@ -372,2 +371,3 @@ data: {

let selection = response.data
selection.socketId = response.socketId
if (selection.start != null && selection.end != null)

@@ -374,0 +374,0 @@ drawCursors(selection);

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