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.0.0 to 1.1.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.1.0](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.0.0...v1.1.0) (2021-03-29)
### Features
* Initial Release ([aaefd3e](https://github.com/CoCreate-app/CoCreate-cursors/commit/aaefd3eff92904eeb7ad388f45ba3ea455427dd5))
# 1.0.0 (2021-03-26)

@@ -2,0 +9,0 @@

2

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

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

/*global Element*/
import observer from '../../CoCreate-observer/src'
import utils from '../../../CoCreateJS/src/utils';
import observer from '@cocreate/observer'
import utils from '@cocreate/utils';
import {socket, crud} from '../../../CoCreateJS/src';
import crdt from '../../CoCreate-crdt/src'
import input from '../../CoCreate-input/src'
import crdt from '@cocreate/crdt'
import input from '@cocreate/input'

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

Sorry, the diff of this file is not supported yet

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