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

@filerobot/attach-dnd

Package Overview
Dependencies
Maintainers
2
Versions
1368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/attach-dnd - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

2

lib/index.js

@@ -23,3 +23,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }

@@ -26,0 +26,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }

{
"name": "@filerobot/attach-dnd",
"version": "1.0.21",
"version": "1.0.22",
"description": "Attaches drag & drop zone to the specified HTML target, so any file dropped in that target would be uploaded.",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"dependencies": {
"@filerobot/utils": "1.0.58"
"@filerobot/utils": "1.0.59"
},

@@ -23,4 +23,4 @@ "devDependencies": {

"peerDependencies": {
"@filerobot/core": "1.0.58",
"@filerobot/explorer": "1.0.58",
"@filerobot/core": "1.0.59",
"@filerobot/explorer": "1.0.59",
"react": "^17.0.1",

@@ -27,0 +27,0 @@ "react-dom": "^17.0.1"

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