New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/dropzone

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dropzone - npm Package Compare versions

Comparing version 5.5.4 to 5.7.0

16

dropzone/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Dropzone 5.5.0
// Type definitions for Dropzone 5.7.0
// Project: http://www.dropzonejs.com/

@@ -49,2 +49,8 @@ // Definitions by: Natan Vivo <https://github.com/nvivo>

export interface DropzoneMockFile {
name: string;
size: number;
[index: string]: any;
}
export interface DropzoneDictFileSizeUnits {

@@ -232,2 +238,10 @@ tb?: string;

displayExistingFile(
mockFile: Dropzone.DropzoneMockFile,
imageUrl: string,
callback?: () => void,
crossOrigin?: 'anonymous' | 'use-credentials',
resizeThumbnail?: boolean,
): any;
createThumbnailFromUrl(

@@ -234,0 +248,0 @@ file: Dropzone.DropzoneFile,

4

dropzone/package.json
{
"name": "@types/dropzone",
"version": "5.5.4",
"version": "5.7.0",
"description": "TypeScript definitions for Dropzone",

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

},
"typesPublisherContentHash": "73e9d0b976e4e2a0bb44aab3d450889fdc913707b5adf56d55c73873527bcbe1",
"typesPublisherContentHash": "1a7b7a7ec2e9272a6380a9a166446bff4696424e9716e4d76e539c271b154e4c",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 26 May 2020 07:45:46 GMT
* Last updated: Thu, 28 May 2020 08:10:57 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)

@@ -14,0 +14,0 @@ * Global values: `Dropzone`

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