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

@types/react-dropzone

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-dropzone - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

6

react-dropzone/index.d.ts

@@ -9,3 +9,4 @@ // Type definitions for react-dropzone 4.2.3

// Andris Causs <https://github.com/codeaid>,
// Juraj Husar <https://github.com/jurosh>
// Juraj Husar <https://github.com/jurosh>,
// Monroe Ekilah <https://github.com/ekilah>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -23,5 +24,6 @@ // TypeScript Version: 2.8

type PickedAttributes = "accept" | "className" | "multiple" | "name" | "onClick" | "onDragStart" | "onDragEnter" | "onDragOver" | "onDragLeave" | "style";
type PickedAttributes = "className" | "multiple" | "name" | "onClick" | "onDragStart" | "onDragEnter" | "onDragOver" | "onDragLeave" | "style";
export interface DropzoneProps extends Pick<InputHTMLAttributes<HTMLDivElement>, PickedAttributes> {
accept?: string | ReadonlyArray<string>;
disableClick?: boolean;

@@ -28,0 +30,0 @@ disabled?: boolean;

{
"name": "@types/react-dropzone",
"version": "4.2.1",
"version": "4.2.2",
"description": "TypeScript definitions for react-dropzone",

@@ -41,2 +41,7 @@ "license": "MIT",

"githubUsername": "jurosh"
},
{
"name": "Monroe Ekilah",
"url": "https://github.com/ekilah",
"githubUsername": "ekilah"
}

@@ -53,4 +58,4 @@ ],

},
"typesPublisherContentHash": "90dd802338e7c3d86d01fbf5319398d74799227702fe2f3047a5b6b7b0513e83",
"typesPublisherContentHash": "7efbfaecdc053bbf757416cb1a8f5f2a0722e6a1c70ad3c37c33a72c0b62851b",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Sat, 04 Aug 2018 00:56:31 GMT
* Last updated: Tue, 14 Aug 2018 00:52:13 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>, Ben Bayard <https://github.com/benbayard>, Karol Janyst <https://github.com/LKay>, Andris Causs <https://github.com/codeaid>, Juraj Husar <https://github.com/jurosh>.
These definitions were written by Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>, Ben Bayard <https://github.com/benbayard>, Karol Janyst <https://github.com/LKay>, Andris Causs <https://github.com/codeaid>, Juraj Husar <https://github.com/jurosh>, Monroe Ekilah <https://github.com/ekilah>.
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