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

@uppy/utils

Package Overview
Dependencies
Maintainers
5
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/utils - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

4

package.json
{
"name": "@uppy/utils",
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",

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

},
"gitHead": "0481589f3bd589eabd78fd91af9e2688e356f4f9"
"gitHead": "5752662a93e22342f22464c8bb5bc7cb7c0ee7d7"
}
Influenced by:
- https://github.com/leonadler/drag-and-drop-across-browsers
- https://github.com/silverwind/uppie/blob/master/uppie.js
- https://stackoverflow.com/a/50030399/3192470
- <https://github.com/leonadler/drag-and-drop-across-browsers>
- <https://github.com/silverwind/uppie/blob/master/uppie.js>
- <https://stackoverflow.com/a/50030399/3192470>

@@ -10,2 +10,2 @@ ### Why do we not use `getFilesAndDirectories()` api?

Supposed to work in Firefox and Edge, but it doesn't work in Firefox, and both Firefox and Edge support `.webkitGetAsEntry()` api anyway.
This page e.g. shows how this spec is supposed to function: https://wicg.github.io/directory-upload/, but it only works because of the polyfill.js that uses `.webkitGetAsEntry()` internally.
This page e.g. shows how this spec is supposed to function: <https://wicg.github.io/directory-upload/>, but it only works because of the polyfill.js that uses `.webkitGetAsEntry()` internally.
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