Socket
Socket
Sign inDemoInstall

synergi-msg-exhange

Package Overview
Dependencies
53
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.33 to 1.0.34

3

lib/contracts.d.ts

@@ -36,3 +36,4 @@ import { PromiseResult } from "aws-sdk/lib/request";

Import = "Import",
CMDEvent = "CMDEvent"
CMDEvent = "CMDEvent",
PDFReport = "PDFReport"
}

@@ -39,0 +40,0 @@ export declare const QueueMap: Map<Queue, {

@@ -33,2 +33,3 @@ "use strict";

Queue["CMDEvent"] = "CMDEvent";
Queue["PDFReport"] = "PDFReport";
})(Queue = exports.Queue || (exports.Queue = {}));

@@ -57,2 +58,3 @@ exports.QueueMap = new Map([

[Queue.ExportImages, { name: `sig-${stage}-export-images`, topic: 'reporter' }],
[Queue.PDFReport, { name: `pdf-report-queue-${stage}`, topic: 'reporter' }],
[Queue.Engine, { name: `sig-${stage}-engine`, topic: 'processor' }],

@@ -59,0 +61,0 @@ [Queue.Ingress, { name: `sig-${stage}-ingress`, topic: 'processor' }],

@@ -42,3 +42,4 @@ import { PromiseResult } from "aws-sdk/lib/request";

Import = 'Import',
CMDEvent = 'CMDEvent'
CMDEvent = 'CMDEvent',
PDFReport = 'PDFReport'
}

@@ -68,2 +69,3 @@

[Queue.ExportImages, {name:`sig-${stage}-export-images`, topic: 'reporter'}],
[Queue.PDFReport, {name: `pdf-report-queue-${stage}`, topic: 'reporter'}],
[Queue.Engine, {name:`sig-${stage}-engine`, topic: 'processor'}],

@@ -70,0 +72,0 @@ [Queue.Ingress, {name:`sig-${stage}-ingress`, topic: 'processor'}],

{
"name": "synergi-msg-exhange",
"version": "1.0.33",
"version": "1.0.34",
"description": "",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc