@types/plupload
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -167,3 +167,3 @@ interface plupload_settings { | ||
*/ | ||
files: Array<any>; | ||
files: any[]; | ||
@@ -521,3 +521,3 @@ /** | ||
*/ | ||
function toArray(obj: any): Array<any>; | ||
function toArray(obj: any): any[]; | ||
@@ -533,3 +533,3 @@ /** | ||
*/ | ||
function inArray(needle: any, array: Array<any>): number; | ||
function inArray(needle: any, array: any[]): number; | ||
@@ -547,3 +547,3 @@ /** | ||
*/ | ||
function inSeries(queue: Array<any>, callback: Function): void; | ||
function inSeries(queue: any[], callback: Function): void; | ||
@@ -550,0 +550,0 @@ /** |
{ | ||
"name": "@types/plupload", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "TypeScript definitions for plupload", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plupload", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "447b16771100be554b2e902703b41a89b45679ed89dc182f1347bd3b6a9ac3be", | ||
"typesPublisherContentHash": "628e33a07fa42b7b4c4aad2c96a8b218db09a370ee9f09dae0737c03149f1002", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
24252