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

@coozzy/request-id

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coozzy/request-id - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

index.d.ts

@@ -5,2 +5,4 @@ /*~ If this module is a UMD module that exposes a global variable 'myLib' when

*/
import {NextFunction, Request, Response} from "express";
export as namespace requestId;

@@ -11,5 +13,7 @@

declare module RequestId {
function expressMiddleware(req, res, next: () => void): void;
function expressMiddleware(req: Request, res: Response, next: NextFunction): void;
function grpcMiddleware(ctx: object, next: () => void): void;
function amqpMiddleware(consumer: (msg: {fields: object, properties: object, content: Uint8Array}) => void): void;
function amqpMiddleware(consumer: (msg: { fields: object, properties: object, content: Uint8Array }) => void): void;
}
{
"name": "@coozzy/request-id",
"version": "1.1.0",
"version": "1.1.1",
"description": "This small package helps managing requestIds in sync/async callback chains",

@@ -18,2 +18,3 @@ "main": "index.js",

"dependencies": {
"@types/express": "4.17.1",
"cls-hooked": "4.2.2",

@@ -20,0 +21,0 @@ "uuid": "3.3.3"

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