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

express-body-parser-error-handler

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-body-parser-error-handler - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.d.ts
declare module 'express-body-parser-error-handler' {
import type { Request, Response, NextFunction } from 'express';
import type { Request, Response, ErrorRequestHandler } from 'express';

@@ -11,3 +11,3 @@ export interface BodyParserErrorHandlerOptions {

options?: BodyParserErrorHandlerOptions,
): (req: Request, res: Response, next: NextFunction) => void;
): ErrorRequestHandler;
}
{
"name": "express-body-parser-error-handler",
"version": "1.0.5",
"version": "1.0.6",
"description": "middleware to be set right after body parser in order to return 4xx error back to the client",

@@ -5,0 +5,0 @@ "scripts": {

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