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.16.24 to 1.16.25

7

CHANGELOG.md

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

## [1.16.25](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.16.24...v1.16.25) (2023-06-11)
### Bug Fixes
* testing workflow ([5e71a18](https://github.com/CoCreate-app/CoCreate-cursors/commit/5e71a18935d1f86305e56c1296b35a759a6aabd4))
## [1.16.24](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.16.23...v1.16.24) (2023-06-11)

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

4

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

@@ -31,3 +31,3 @@ "keywords": [

"dev": "npx webpack --config webpack.config.js --watch",
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
},

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

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