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

@types/jquery.fileupload

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jquery.fileupload - npm Package Compare versions

Comparing version 5.40.32 to 5.40.33

14

jquery.fileupload/index.d.ts

@@ -216,2 +216,14 @@ // Type definitions for jQuery File Upload Plugin 5.40.1

// Validation
/**
* The maximum allowed file size in bytes.
* Type: integer
* Default: undefined
* Example: 10000000 // 10 MB
* Note: This option has only an effect for browsers supporting the File API.
* @see https://github.com/blueimp/jQuery-File-Upload/wiki/Options#maxfilesize
*/
maxFileSize?: number;
// Other callbacks:

@@ -293,2 +305,2 @@ submit?: Function;

interface JQueryFileUploadDone extends JQueryFileInputOptions, JQueryFileUploadXhr {
}
}

8

jquery.fileupload/package.json
{
"name": "@types/jquery.fileupload",
"version": "5.40.32",
"description": "TypeScript definitions for jQuery File Upload Plugin 5.40.1",
"version": "5.40.33",
"description": "TypeScript definitions for jQuery File Upload Plugin",
"license": "MIT",

@@ -17,4 +17,4 @@ "author": "Rob Alarcon <https://github.com/rob-alarcon/>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "6879a1a54c1d7bedd64bdd83fc36e9985260a881e99c0b7b6a636b02d21cf94f"
"typesPublisherContentHash": "0d680a21405fd219dd1085da8cda876463fafc499bc535fbd216c5ceb77ac5b3",
"typeScriptVersion": "2.0"
}

@@ -5,10 +5,9 @@ # Installation

# Summary
This package contains type definitions for jQuery File Upload Plugin 5.40.1 (https://github.com/blueimp/jQuery-File-Upload).
This package contains type definitions for jQuery File Upload Plugin (https://github.com/blueimp/jQuery-File-Upload).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jquery.fileupload
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jquery.fileupload
Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:28 GMT
* File structure: Global
* Last updated: Tue, 03 Jan 2017 21:12:30 GMT
* Library Dependencies: jquery

@@ -15,0 +14,0 @@ * Module Dependencies: none

{
"authors": "Rob Alarcon <https://github.com/rob-alarcon/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -8,10 +7,10 @@ "jquery"

"moduleDependencies": [],
"libraryMajorVersion": "5",
"libraryMinorVersion": "40",
"libraryName": "jQuery File Upload Plugin 5.40.1",
"libraryMajorVersion": 5,
"libraryMinorVersion": 40,
"typeScriptVersion": "2.0",
"libraryName": "jQuery File Upload Plugin",
"typingsPackageName": "jquery.fileupload",
"projectName": "https://github.com/blueimp/jQuery-File-Upload",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"sourceBranch": "master",
"globals": [],

@@ -23,3 +22,3 @@ "declaredModules": [],

"hasPackageJson": false,
"contentHash": "6879a1a54c1d7bedd64bdd83fc36e9985260a881e99c0b7b6a636b02d21cf94f"
"contentHash": "0d680a21405fd219dd1085da8cda876463fafc499bc535fbd216c5ceb77ac5b3"
}
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