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 1.1.1 to 1.1.2

15

cropperjs/index.d.ts

@@ -492,2 +492,17 @@ // Type definitions for cropperjs 1.1

/**
* Scale the image.
*/
scale(scaleX: number, scaleY?: number): void;
/**
* Scale the abscissa of the image.
*/
scaleX(scaleX: number): void;
/**
* Scale the ordinate of the image.
*/
scaleY(scaleY: number): void;
/**
* Clear the crop box.

@@ -494,0 +509,0 @@ */

4

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

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

"dependencies": {},
"typesPublisherContentHash": "ba0fd5c468b09ce679a3e90b21d1e8da753e1b35eeb26490af11af766ea326bb",
"typesPublisherContentHash": "4a8b9fd322b9971f85877366c60fce848497280a787f50729e604cf48ecd4eb2",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 03 Jan 2018 08:47:03 GMT
* Last updated: Mon, 29 Jan 2018 21:16:13 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