@cocreate/cursors
Advanced tools
Comparing version 1.16.24 to 1.16.25
@@ -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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
150655