New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@api-ts/express-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-ts/express-wrapper - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

dist/src/middleware.d.ts

@@ -5,3 +5,3 @@ import * as express from 'express';

export declare type MiddlewareFn<T extends {}> = (req: express.Request, res: express.Response) => Promise<T>;
declare type MiddlewareHandler<T extends {} = {}> = {
export declare type MiddlewareHandler<T extends {} = {}> = {
(req: express.Request, res: express.Response, next: express.NextFunction): void;

@@ -8,0 +8,0 @@ [MiddlewareBrand]: T;

{
"name": "@api-ts/express-wrapper",
"version": "1.0.7",
"version": "1.0.8",
"description": "Implement an HTTP specification with Express",

@@ -5,0 +5,0 @@ "author": "Eric Crosson <ericcrosson@bitgo.com>",

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