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.13.16 to 1.13.17

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.13.17](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.13.16...v1.13.17) (2023-01-13)
### Bug Fixes
* bump dependencies ([9339d26](https://github.com/CoCreate-app/CoCreate-cursors/commit/9339d2615d4ef07d49f709b07b6a1db58270e94a))
* if domTextEditor && !domtextEditor.htmlString return ([3e940a9](https://github.com/CoCreate-app/CoCreate-cursors/commit/3e940a91e4d97ae9c146959fb50af1cb2d23cb5b))
## [1.13.16](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.13.15...v1.13.16) (2023-01-10)

@@ -2,0 +10,0 @@

16

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

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

"dependencies": {
"@cocreate/crud-client": "^1.17.15",
"@cocreate/docs": "^1.5.6",
"@cocreate/message-client": "^1.1.125",
"@cocreate/observer": "^1.5.56",
"@cocreate/random-color": "^1.2.73",
"@cocreate/selection": "^1.4.61",
"@cocreate/uuid": "^1.2.55"
"@cocreate/crud-client": "^1.17.17",
"@cocreate/docs": "^1.5.7",
"@cocreate/message-client": "^1.1.126",
"@cocreate/observer": "^1.5.57",
"@cocreate/random-color": "^1.2.74",
"@cocreate/selection": "^1.4.62",
"@cocreate/uuid": "^1.2.56"
}
}

@@ -80,4 +80,6 @@ /*globals localStorage, ResizeObserver*/

}
if (!domTextEditor.htmlString)
continue
let pos = getElementPosition(domTextEditor.htmlString, start, end);
if (pos.start){
if (pos.start) {
if (pos.path)

@@ -84,0 +86,0 @@ element = domTextEditor.querySelector(pos.path);

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