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

ngx-image-cropper

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-image-cropper - npm Package Compare versions

Comparing version 6.0.3 to 6.1.0

esm2020/lib/utils/percentage.utils.mjs

2

lib/interfaces/image-transform.interface.d.ts

@@ -6,2 +6,4 @@ export interface ImageTransform {

flipV?: boolean;
translateH?: number;
translateV?: number;
}

5

package.json
{
"name": "ngx-image-cropper",
"version": "6.0.3",
"version": "6.1.0",
"description": "An image cropper for Angular",

@@ -16,5 +16,2 @@ "author": "Martijn Willekens",

"angular",
"angular 10",
"angular 11",
"angular 12",
"angular 13",

@@ -21,0 +18,0 @@ "ionic",

@@ -151,8 +151,10 @@ # Image cropper for Angular

#### ImageTransform
| Property | Type | Description |
| -------- | ------- | ----------- |
| scale | number | Scale image (1=normal, 2=2x zoom...) |
| rotate | number | Rotation in degrees |
| flipH | boolean | Flipped horizontally |
| flipV | boolean | Flipped vertically |
| Property | Type | Description |
|---------------|----------|-----------------------------------------|
| scale | number | Scale image (1=normal, 2=2x zoom...) |
| rotate | number | Rotation in degrees |
| flipH | boolean | Flipped horizontally |
| flipV | boolean | Flipped vertically |
| translateH | number | Move horizontally (in %) |
| translateV | number | Moved vertically (in %) |

@@ -159,0 +161,0 @@ #### ImageCroppedEvent

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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