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.0.1 to 5.0.2

9

dropzone/index.d.ts

@@ -29,2 +29,10 @@ // Type definitions for Dropzone 5.0.0

}
export interface DropzoneDictFileSizeUnits {
tb?: string;
gb?: string;
mb?: string;
kb?: string;
b?: string;
}

@@ -76,2 +84,3 @@ export interface DropzoneOptions {

dictMaxFilesExceeded?: string;
dictFileSizeUnits?: DropzoneDictFileSizeUnits;

@@ -78,0 +87,0 @@ accept?(file: DropzoneFile, done: (error?: string | Error) => void): void;

4

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

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

},
"typesPublisherContentHash": "7fa17bdfda63234f08bc57110e79a49a1a809f81dd30077c3818548e2f5500c0",
"typesPublisherContentHash": "7fad24adc8e48b3c8fe5add3588fd5d06a53383340b598345745c20ff85afc63",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 28 Sep 2017 07:54:59 GMT
* Last updated: Sat, 28 Oct 2017 00:08:10 GMT
* Dependencies: 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