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

@types/express-form-data

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-form-data - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

express-form-data/index.d.ts

@@ -11,3 +11,3 @@ // Type definitions for express-form-data 2.0

export interface FormDataOptions extends FormOptions {
autoClean?: boolean;
autoClean?: boolean | undefined;
}

@@ -14,0 +14,0 @@

{
"name": "@types/express-form-data",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for express-form-data",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -26,4 +27,4 @@ "type": "git",

},
"typesPublisherContentHash": "7fb9f756d45e5987bc981aacd2ccb98d8f2cad1bc937e14ae9f81bdc1bd7ed61",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "aaf65919c76338d6e9587152be0c40b5bf27b87c08606448821026611a319e9a",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,34 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data/index.d.ts)
````ts
// Type definitions for express-form-data 2.0
// Project: https://github.com/ortexx/express-form-data#readme
// Definitions by: nomnes <https://github.com/NomNes>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
Additional Details
* Last updated: Mon, 19 Aug 2019 00:51:13 GMT
* Dependencies: @types/connect, @types/multiparty
import { NextHandleFunction } from 'connect';
import { FormOptions } from 'multiparty';
export interface FormDataOptions extends FormOptions {
autoClean?: boolean | undefined;
}
export function parse(options?: FormDataOptions): NextHandleFunction;
export function format(): NextHandleFunction;
export function stream(): NextHandleFunction;
export function union(): NextHandleFunction;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:18 GMT
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/multiparty](https://npmjs.com/package/@types/multiparty)
* Global values: none
# Credits
These definitions were written by nomnes <https://github.com/NomNes>.
These definitions were written by [nomnes](https://github.com/NomNes).

Sorry, the diff of this file is not supported yet

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