@uppy/utils
Advanced tools
Comparing version 0.30.4 to 0.30.5
{ | ||
"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[]>; | ||
} |
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
97649
118
1672