
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
@types/express-busboy
Advanced tools
TypeScript definitions for express-busboy
npm install --save @types/express-busboy
This package contains type definitions for express-busboy (https://github.com/yahoo/express-busboy).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy.
import * as connectBusboy from "connect-busboy";
import * as express from "express";
export interface ExpressBusboyOptions extends connectBusboy.ConnectBusboyOptions {
upload?: boolean;
path?: string;
allowedPath?: string | RegExp | ((url: string) => boolean);
restrictMultiple?: boolean;
mimeTypeLimit?: string | string[];
strip?: (value: string, type?: string) => string;
}
export function extend(app: express.Application, options?: ExpressBusboyOptions): express.Application;
These definitions were written by Pinguet62.
FAQs
TypeScript definitions for express-busboy
The npm package @types/express-busboy receives a total of 211 weekly downloads. As such, @types/express-busboy popularity was classified as not popular.
We found that @types/express-busboy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.