@filerobot/attach-dnd
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14887
+ Added@filerobot/common@1.0.59(transitive)
+ Added@filerobot/core@1.0.59(transitive)
+ Added@filerobot/explorer@1.0.59(transitive)
+ Added@filerobot/icons@1.0.59(transitive)
+ Added@filerobot/informer@1.0.59(transitive)
+ Added@filerobot/provider-views@1.0.59(transitive)
+ Added@filerobot/status-bar@1.0.59(transitive)
+ Added@filerobot/store-default@1.0.59(transitive)
+ Added@filerobot/thumbnail-generator@1.0.59(transitive)
+ Added@filerobot/utils@1.0.59(transitive)
- Removed@filerobot/common@1.0.58(transitive)
- Removed@filerobot/core@1.0.58(transitive)
- Removed@filerobot/explorer@1.0.58(transitive)
- Removed@filerobot/icons@1.0.58(transitive)
- Removed@filerobot/informer@1.0.58(transitive)
- Removed@filerobot/provider-views@1.0.58(transitive)
- Removed@filerobot/status-bar@1.0.58(transitive)
- Removed@filerobot/store-default@1.0.58(transitive)
- Removed@filerobot/thumbnail-generator@1.0.58(transitive)
- Removed@filerobot/utils@1.0.58(transitive)
Updated@filerobot/utils@1.0.59