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.5.1 to 0.5.2

amqplib/LICENSE

2

amqplib/callback_api.d.ts

@@ -37,3 +37,3 @@ import events = require('events');

cancel(consumerTag: string, callback?: (err: any, ok: Replies.Empty) => void): void;
get(queue: string, options?: Options.Get, callback?: (err: any, ok: Message | boolean) => void): void;
get(queue: string, options?: Options.Get, callback?: (err: any, ok: Message | false) => void): void;

@@ -40,0 +40,0 @@ ack(message: Message, allUpTo?: boolean): void;

@@ -45,3 +45,3 @@ // Type definitions for amqplib 0.5

cancel(consumerTag: string): Promise<Replies.Empty>;
get(queue: string, options?: Options.Get): Promise<Message | boolean>;
get(queue: string, options?: Options.Get): Promise<Message | false>;

@@ -48,0 +48,0 @@ ack(message: Message, allUpTo?: boolean): void;

{
"name": "@types/amqplib",
"version": "0.5.1",
"version": "0.5.2",
"description": "TypeScript definitions for amqplib",
"license": "MIT",
"author": "Michael Nahkies <https://github.com/mnahkies>, Ab Reitsma <https://github.com/abreits>, Nicolás Fantone <https://github.com/nfantone>",
"contributors": [
{
"name": "Michael Nahkies",
"url": "https://github.com/mnahkies"
},
{
"name": "Ab Reitsma",
"url": "https://github.com/abreits"
},
{
"name": "Nicolás Fantone",
"url": "https://github.com/nfantone"
}
],
"main": "",

@@ -18,4 +31,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "78e758ea5d6a487db8dc4ec99381fc59e0727214a97f7628cb95f53620494b55",
"typesPublisherContentHash": "758409c2ce31e4314e5cf3f35030c222ce3878c2e69e056e5541d88dde3a21f0",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/amqplib
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqplib
Additional Details
* Last updated: Wed, 18 Jan 2017 08:47:10 GMT
* Last updated: Fri, 02 Jun 2017 01:33:54 GMT
* Dependencies: bluebird, events, 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