New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluyappgo/commons-backend

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons-backend - npm Package Compare versions

Comparing version 1.0.81 to 1.0.82

build/events/interfaces/manualMatch.event.d.ts

3

build/events/baseListener.d.ts
import { KafkaMessage } from "kafkajs";
import { TicketTopics, AgentTopics, EntityTreeTopics, AgentCrudTopics, MatchTopics, TicketTrackingTopics, AgentTrackingTopics } from '@fluyappgo/commons';
import { ManualMatchEvent } from "./interfaces/manualMatch.event";
interface Event {
topic: TicketTopics | AgentTopics | EntityTreeTopics | AgentCrudTopics | MatchTopics | TicketTrackingTopics | AgentTrackingTopics;
topic: TicketTopics | AgentTopics | EntityTreeTopics | AgentCrudTopics | MatchTopics | TicketTrackingTopics | AgentTrackingTopics | ManualMatchEvent;
data: any;

@@ -6,0 +7,0 @@ keyKafka: number;

import { TicketTopics, AgentTopics, EntityTreeTopics, MatchTopics, AgentCrudTopics, TicketTrackingTopics, AgentTrackingTopics } from '@fluyappgo/commons';
import { ManualMatchEvent } from './interfaces/manualMatch.event';
interface Event {
topic: TicketTopics | AgentTopics | EntityTreeTopics | MatchTopics | AgentCrudTopics | TicketTrackingTopics | AgentTrackingTopics;
topic: TicketTopics | AgentTopics | EntityTreeTopics | MatchTopics | AgentCrudTopics | TicketTrackingTopics | AgentTrackingTopics | ManualMatchEvent;
data: any;

@@ -5,0 +6,0 @@ keyKafka: number;

{
"name": "@fluyappgo/commons-backend",
"version": "1.0.81",
"version": "1.0.82",
"description": "",

@@ -27,3 +27,3 @@ "main": "./build/index.js",

"dependencies": {
"@fluyappgo/commons": "^1.0.300",
"@fluyappgo/commons": "^1.0.302",
"class-transformer": "^0.5.1",

@@ -30,0 +30,0 @@ "class-validator": "^0.13.2",

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