New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/croppie

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/croppie - npm Package Compare versions

Comparing version 1.3.23 to 1.3.24

7

CHANGELOG.md

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

## [1.3.24](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.23...v1.3.24) (2023-06-11)
### Bug Fixes
* testing workflow ([01c2567](https://github.com/CoCreate-app/CoCreate-croppie/commit/01c2567f47779e486bd83dc461e081ea0f00d554))
## [1.3.23](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.22...v1.3.23) (2023-06-11)

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

4

package.json
{
"name": "@cocreate/croppie",
"version": "1.3.23",
"version": "1.3.24",
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -30,3 +30,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); } }\""
},

@@ -33,0 +33,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