Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-croppa

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-croppa - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

package.json
{
"name": "vue-croppa",
"version": "0.0.15",
"version": "0.0.16",
"description": "A simple straightforward customizable image cropper for vue.js.",

@@ -5,0 +5,0 @@ "main": "dist/vue-croppa.js",

@@ -13,7 +13,7 @@ # vue-croppa

:height="400"
:canvas-color="default"
:placeholder="Choose an image"
:canvas-color="'default'"
:placeholder="'Choose an image'"
:placeholder-font-size="0"
:placeholder-color="default"
:input-accept="image/*"
:placeholder-color="'default'"
:input-accept="'image/*'"
:file-size-limit="0"

@@ -29,3 +29,3 @@ :quality="2"

:show-remove-button="true"
:remove-button-color="red"
:remove-button-color="'red'"
:remove-button-size="0"

@@ -32,0 +32,0 @@ @init="handleCroppaInit"

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