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 3.13.1 to 4.1.0

10

react-dropzone/index.d.ts

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

// Type definitions for react-dropzone 3.13
// Type definitions for react-dropzone 4.1.3
// Project: https://github.com/okonet/react-dropzone

@@ -7,3 +7,4 @@ // Definitions by: Mathieu Larouche Dube <https://github.com/matdube>,

// Ben Bayard <https://github.com/benbayard>,
// Karol Janyst <https://github.com/LKay>
// Karol Janyst <https://github.com/LKay>,
// Andris Causs <https://github.com/codeaid>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -26,2 +27,3 @@ // TypeScript Version: 2.3

disableClick?: boolean;
disabled?: boolean;
disablePreview?: boolean;

@@ -33,5 +35,9 @@ preventDropOnDocument?: boolean;

activeClassName?: string;
acceptClassName?: string;
rejectClassName?: string;
disabledClassName?: string;
activeStyle?: CSSProperties;
acceptStyle?: CSSProperties;
rejectStyle?: CSSProperties;
disabledStyle?: CSSProperties;
onDrop?: DropFilesEventHandler;

@@ -38,0 +44,0 @@ onDropAccepted?: DropFileEventHandler;

25

react-dropzone/package.json
{
"name": "@types/react-dropzone",
"version": "3.13.1",
"version": "4.1.0",
"description": "TypeScript definitions for react-dropzone",

@@ -9,19 +9,29 @@ "license": "MIT",

"name": "Mathieu Larouche Dube",
"url": "https://github.com/matdube"
"url": "https://github.com/matdube",
"githubUsername": "matdube"
},
{
"name": "Ivo Jesus",
"url": "https://github.com/LynxEyes"
"url": "https://github.com/LynxEyes",
"githubUsername": "LynxEyes"
},
{
"name": "Luís Rodrigues",
"url": "https://github.com/goblindegook"
"url": "https://github.com/goblindegook",
"githubUsername": "goblindegook"
},
{
"name": "Ben Bayard",
"url": "https://github.com/benbayard"
"url": "https://github.com/benbayard",
"githubUsername": "benbayard"
},
{
"name": "Karol Janyst",
"url": "https://github.com/LKay"
"url": "https://github.com/LKay",
"githubUsername": "LKay"
},
{
"name": "Andris Causs",
"url": "https://github.com/codeaid",
"githubUsername": "codeaid"
}

@@ -38,5 +48,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "0ee3811841a2b59005a23b1698ff23e4ed67ac1519df190891666805e0dc57a8",
"typesPublisherContentHash": "de981e39d1dfa7dcb419c762b952f5bb21cc599d220ccd73431f6c30d64f2bf8",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 18 Jul 2017 13:54:28 GMT
* Last updated: Mon, 25 Sep 2017 19:22:12 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>.
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>.
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