
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@types/express-formidable
Advanced tools
TypeScript definitions for express-formidable
npm install --save @types/express-formidable
This package contains type definitions for express-formidable (https://github.com/noraesae/express-formidable).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-formidable.
import * as express from "express";
import { EventNames, Fields, Files } from "formidable";
// Extend the express request object with attached formidable files and fields
declare global {
namespace Express {
interface Request {
fields?: Fields;
files?: Files;
}
}
}
interface ExpressFormidableOptions {
encoding?: string;
uploadDir?: string;
keepExtensions?: boolean;
type?: "multipart" | "urlencoded";
maxFileSize?: number;
maxFieldsSize?: number;
maxFields?: number;
hash?: boolean | "sha1" | "md5";
multiples?: boolean;
}
interface ExpressFormidableEvents {
event: EventNames;
action: (
req: express.Request,
res: express.Response,
next: express.NextFunction,
...formidableParameters: any[]
) => void;
}
declare function ExpressFormidable(
options?: ExpressFormidableOptions,
events?: ExpressFormidableEvents[],
): express.RequestHandler;
declare namespace ExpressFormidable {}
export = ExpressFormidable;
These definitions were written by Torkild Dyvik Olsen, and Evan Shortiss.
FAQs
TypeScript definitions for express-formidable
We found that @types/express-formidable 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.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.