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

@types/plupload

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/plupload - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

8

plupload/index.d.ts

@@ -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 @@

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