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

@types/cropperjs

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cropperjs - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

9

cropperjs/index.d.ts

@@ -89,2 +89,11 @@ // Type definitions for cropperjs

/**
* Check the current image's Exif Orientation information.
* More exactly, read the Orientation value for rotating or flipping the image, and then override the Orientation
* value with 1 (the default value) to avoid some issues (1, 2) on iOS devices.
* Requires to set both the rotatable and scalable options to true at the same time.
* Note: Don't trust this all the time as some JPG images have incorrect (not standard) Orientation values.
* @default true
*/
checkOrientation?: boolean;
/**
* Show the black modal above the image and under the crop box.

@@ -91,0 +100,0 @@ * @default true

4

cropperjs/package.json
{
"name": "@types/cropperjs",
"version": "0.0.25",
"version": "0.0.26",
"description": "TypeScript definitions for cropperjs",

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "1f8904413ea10535e74db4763b4b2ddc31c2ce47f9d8395b3030e7ac97dcc403",
"typesPublisherContentHash": "c0554ed8fa6194940534bcbf7dff3eca3a92d3bd5fda261d9d2cf1db2590a5d1",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 05 May 2017 04:05:52 GMT
* Last updated: Mon, 22 May 2017 21:03:30 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Cropper

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