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

@davinci/messaging-amqp

Package Overview
Dependencies
Maintainers
21
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@davinci/messaging-amqp - npm Package Compare versions

Comparing version 2.0.0-next.12 to 2.0.0-next.13

.nyc_output/4e2a3dcd-affd-4186-9342-d7346f0fb608.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"processes":{"09426742-966f-40c9-98a9-a198e423a6f9":{"parent":null,"children":["4211005d-b144-4c3e-a42d-bf3855642755"]},"4211005d-b144-4c3e-a42d-bf3855642755":{"parent":"09426742-966f-40c9-98a9-a198e423a6f9","children":["fff3ba8f-7e3a-4512-8c6b-72da420c2896"]},"85099147-f476-43d8-85aa-f7c233bb0988":{"parent":null,"children":[]},"fff3ba8f-7e3a-4512-8c6b-72da420c2896":{"parent":"4211005d-b144-4c3e-a42d-bf3855642755","children":[]}},"files":{"/home/circleci/project/packages/messaging-amqp/src/AmqpModule.ts":["85099147-f476-43d8-85aa-f7c233bb0988","fff3ba8f-7e3a-4512-8c6b-72da420c2896"],"/home/circleci/project/packages/messaging-amqp/src/ChannelManager.ts":["85099147-f476-43d8-85aa-f7c233bb0988","fff3ba8f-7e3a-4512-8c6b-72da420c2896"],"/home/circleci/project/packages/messaging-amqp/src/index.ts":["85099147-f476-43d8-85aa-f7c233bb0988","fff3ba8f-7e3a-4512-8c6b-72da420c2896"],"/home/circleci/project/packages/messaging-amqp/src/types.ts":["85099147-f476-43d8-85aa-f7c233bb0988","fff3ba8f-7e3a-4512-8c6b-72da420c2896"]},"externalIds":{}}
{"processes":{"4e2a3dcd-affd-4186-9342-d7346f0fb608":{"parent":"adf60a9f-daab-43d5-b4b4-e3e97d7c9e0b","children":[]},"6185e90a-28cf-48b6-a44a-77aadec1315f":{"parent":null,"children":["adf60a9f-daab-43d5-b4b4-e3e97d7c9e0b"]},"adf60a9f-daab-43d5-b4b4-e3e97d7c9e0b":{"parent":"6185e90a-28cf-48b6-a44a-77aadec1315f","children":["4e2a3dcd-affd-4186-9342-d7346f0fb608"]},"b1117c4e-4dea-4685-bef3-e19683071f50":{"parent":null,"children":[]}},"files":{"/home/circleci/project/packages/messaging-amqp/src/index.ts":["4e2a3dcd-affd-4186-9342-d7346f0fb608","b1117c4e-4dea-4685-bef3-e19683071f50"],"/home/circleci/project/packages/messaging-amqp/src/AmqpModule.ts":["4e2a3dcd-affd-4186-9342-d7346f0fb608","b1117c4e-4dea-4685-bef3-e19683071f50"],"/home/circleci/project/packages/messaging-amqp/src/ChannelManager.ts":["4e2a3dcd-affd-4186-9342-d7346f0fb608","b1117c4e-4dea-4685-bef3-e19683071f50"],"/home/circleci/project/packages/messaging-amqp/src/types.ts":["4e2a3dcd-affd-4186-9342-d7346f0fb608","b1117c4e-4dea-4685-bef3-e19683071f50"]},"externalIds":{}}

@@ -81,3 +81,3 @@ "use strict";

var _a;
const controller = new Controller();
const controller = core_1.di.container.resolve(Controller);
const controllerMethodAndReflections = {

@@ -84,0 +84,0 @@ controller,

@@ -5,3 +5,3 @@ /*

*/
import { executeInterceptorsStack, getInterceptorsHandlers, mapParallel, mapSeries, Module } from '@davinci/core';
import { di, executeInterceptorsStack, getInterceptorsHandlers, mapParallel, mapSeries, Module } from '@davinci/core';
import { DecoratorId } from '@davinci/reflector';

@@ -78,3 +78,3 @@ import { pino } from 'pino';

var _a;
const controller = new Controller();
const controller = di.container.resolve(Controller);
const controllerMethodAndReflections = {

@@ -81,0 +81,0 @@ controller,

@@ -6,2 +6,13 @@ # Change Log

# [2.0.0-next.13](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@2.0.0-next.12...@davinci/messaging-amqp@2.0.0-next.13) (2022-11-09)
### Features
* **DI:** adopted tsyringe as DI container ([#147](https://github.com/HPInc/davinci/issues/147)) ([a0004a8](https://github.com/HPInc/davinci/commit/a0004a87bf060861b632f87e70c453bf86135225))
# 2.0.0-next.12 (2022-11-08)

@@ -8,0 +19,0 @@

{
"name": "@davinci/messaging-amqp",
"version": "2.0.0-next.12",
"version": "2.0.0-next.13",
"description": "AMQP module",

@@ -23,3 +23,3 @@ "author": "HP",

"dependencies": {
"@davinci/core": "^2.0.0-next.12",
"@davinci/core": "^2.0.0-next.13",
"@davinci/messaging": "^2.0.0-next.12",

@@ -41,3 +41,3 @@ "@davinci/reflector": "^2.0.0-next.12",

},
"gitHead": "b0ff51f413959557dc652ba67fdc74dc378df134"
"gitHead": "36f2d00ba8787f265c851f2e30fc45830b37c46f"
}

@@ -8,2 +8,3 @@ /*

App,
di,
executeInterceptorsStack,

@@ -137,3 +138,3 @@ getInterceptorsHandlers,

matches.forEach(({ methodReflection, decorator }) => {
const controller = new Controller();
const controller = di.container.resolve(Controller);
const controllerMethodAndReflections = {

@@ -140,0 +141,0 @@ controller,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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