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 0.30.4 to 0.30.5

lib/getDroppedFiles/index.js

4

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

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

},
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f"
"gitHead": "0f95529cc56175c017e149dd3a122a3bcf9325b7"
}

@@ -128,1 +128,5 @@ declare module '@uppy/utils/lib/Translator' {

}
declare module '@uppy/utils/lib/getDroppedFiles' {
export default function getDroppedFiles(dataTransfer: DataTransfer): Promise<File[]>;
}
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