Socket
Socket
Sign inDemoInstall

@types/amqplib

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amqplib - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

amqplib/callback_api.d.ts

@@ -15,2 +15,4 @@ import events = require('events');

export interface Channel extends events.EventEmitter {
connection: Connection;
close(callback: (err: any) => void): void;

@@ -17,0 +19,0 @@

@@ -28,2 +28,4 @@ // Type definitions for amqplib 0.10

export interface Channel extends events.EventEmitter {
connection: Connection;
close(): Promise<void>;

@@ -30,0 +32,0 @@

6

amqplib/package.json
{
"name": "@types/amqplib",
"version": "0.10.0",
"version": "0.10.1",
"description": "TypeScript definitions for amqplib",

@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqplib",

},
"typesPublisherContentHash": "0875bcbebd2e26cc67420e6720608c557bc4d989b7ccd8a4df03bac2fedc1ea0",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "64242b0f780db5977f7f101045ba047b4acfca16d72e3440c334fb54f65ecb0d",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 14 Nov 2022 05:02:46 GMT
* Last updated: Mon, 19 Dec 2022 11:02:10 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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