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.22 to 0.0.23

4

cropperjs/index.d.ts

@@ -18,2 +18,6 @@ // Type definitions for cropperjs

/**
* Function called when crop box is ready
*/
ready?: (event: CropperCustomEvent) => void;
/**
* Function called when crop box is moved or resized

@@ -20,0 +24,0 @@ */

6

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

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

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "60661abf4a5fc812c01fcd3a256fcc3aeaac39dc0d9bf0b1f999e1a3f5377796"
"typesPublisherContentHash": "68c51cade19784706f08a986a3a239b8f021a6d995f3b5d14df668ef72cc4584",
"typeScriptVersion": "2.0"
}

@@ -8,12 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/cropperjs
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/cropperjs
Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:30 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: Cropper, cropperjs
* Last updated: Fri, 20 Jan 2017 00:12:50 GMT
* Dependencies: none
* Global values: Cropper
# Credits
These definitions were written by Stepan Mikhaylyuk <https://github.com/stepancar>.
{
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"name": "cropperjs",
"libraryName": "cropperjs",
"typingsPackageName": "cropperjs",
"projectName": "https://github.com/fengyuanchen/cropperjs",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "UMD",
"globals": [
"Cropper",
"cropperjs"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "60661abf4a5fc812c01fcd3a256fcc3aeaac39dc0d9bf0b1f999e1a3f5377796"
"data": {
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "cropperjs",
"typingsPackageName": "cropperjs",
"projectName": "https://github.com/fengyuanchen/cropperjs",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"Cropper"
],
"declaredModules": [
"cropperjs/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "68c51cade19784706f08a986a3a239b8f021a6d995f3b5d14df668ef72cc4584"
},
"isLatest": true
}
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