@coolgk/amqp
Advanced tools
Comparing version 2.0.4 to 2.0.5
/*! | ||
* @package @coolgk/utils | ||
* @version 2.1.3 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
* @version 2.1.5 | ||
* @link https://github.com/coolgk/node-utils | ||
* @license MIT | ||
* @author Daniel Gong <daniel.k.gong@gmail.com> | ||
* | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
/// <reference types="uuid" /> | ||
/*! | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { connect, Message, Replies } from 'amqplib'; | ||
@@ -10,0 +18,0 @@ import { v1 } from 'uuid'; |
12
amqp.js
/*! | ||
* @package @coolgk/utils | ||
* @version 2.1.3 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
* @version 2.1.5 | ||
* @link https://github.com/coolgk/node-utils | ||
* @license MIT | ||
* @author Daniel Gong <daniel.k.gong@gmail.com> | ||
* | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
"use strict"; | ||
/*! | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -10,0 +18,0 @@ const amqplib_1 = require("amqplib"); |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/amqp","version":"2.0.4","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"a simple RabbitMQ (amqp wrapper) class for publishing and consuming messages","keywords":["ampq","rabbitmq","typescript"],"dependencies":{"@types/amqplib":"^0.5.5","amqplib":"^0.5.2","uuid":"^3.1.0","@types/uuid":"^3.4.3","@coolgk/array":"^2"},"main":"./amqp.js","types":"./amqp.d.ts","license":"MIT"} | ||
{"name":"@coolgk/amqp","version":"2.0.5","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://github.com/coolgk/node-utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"a simple RabbitMQ (amqp wrapper) class for publishing and consuming messages","keywords":["ampq","rabbitmq","typescript"],"dependencies":{"@types/amqplib":"^0.5.5","amqplib":"^0.5.2","uuid":"^3.1.0","@types/uuid":"^3.4.3","@coolgk/array":"^2"},"main":"./amqp.js","types":"./amqp.d.ts","license":"MIT"} |
@@ -8,2 +8,4 @@ | ||
a simple RabbitMQ (amqp wrapper) class for publishing and consuming messages | ||
Report bugs here: [https://github.com/coolgk/node-utils/issues](https://github.com/coolgk/node-utils/issues) | ||
## Examples | ||
@@ -10,0 +12,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13632
5
183
115