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.1 to 1.2.0

14

index.d.ts

@@ -16,3 +16,15 @@ /*~ If this module is a UMD module that exposes a global variable 'myLib' when

function amqpMiddleware(consumer: (msg: { fields: object, properties: object, content: Uint8Array }) => void): void;
function amqpMiddleware(
consumer: (msg: {
fields: {
routingKey: string;
exchange: string;
deliveryTag: number;
redelivered: boolean;
consumerTag: string
};
properties: object;
content: Uint8Array
}) => Promise<void>
): () => Promise<void>;
}

2

package.json
{
"name": "@coozzy/request-id",
"version": "1.1.1",
"version": "1.2.0",
"description": "This small package helps managing requestIds in sync/async callback chains",

@@ -5,0 +5,0 @@ "main": "index.js",

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