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

vue-advanced-cropper

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-advanced-cropper - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

2

package.json
{
"name": "vue-advanced-cropper",
"version": "2.6.0",
"version": "2.6.1",
"description": "The advanced library to create your own croppers suited for any website design",

@@ -5,0 +5,0 @@ "author": "Norserium",

@@ -144,3 +144,8 @@ import Vue from 'vue';

canvas?: HTMLCanvasElement;
imageTransforms: ImageTransforms;
image: {
width: number;
height: number;
transforms: ImageTransforms;
src: string | null;
};
};

@@ -178,2 +183,4 @@ setCoordinates: (transform: Transform | Transform[]) => void;

export declare class Preview extends Vue {}
export declare class Preview extends Vue {
refresh: () => void;
}

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