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

react-dropzone

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropzone - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

index.js
import React from 'react';
import accept from 'attr-accept';
const supportMultiple = document && docuemnt.createElement ?
const supportMultiple = document && document.createElement ?
'multiple' in document.createElement('input') :

@@ -6,0 +6,0 @@ true;

@@ -21,3 +21,3 @@ 'use strict';

var supportMultiple = document && docuemnt.createElement ? 'multiple' in document.createElement('input') : true;
var supportMultiple = document && document.createElement ? 'multiple' in document.createElement('input') : true;

@@ -24,0 +24,0 @@ var Dropzone = (function (_React$Component) {

{
"name": "react-dropzone",
"version": "3.2.0",
"version": "3.2.1",
"description": "Simple HTML5 drag-drop zone with React.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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