Socket
Socket
Sign inDemoInstall

@nttickets/common

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nttickets/common - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

build/events/base-listener.d.ts

@@ -8,3 +8,3 @@ import { Stan, Message } from "node-nats-streaming";

export declare abstract class Listener<T extends Event> {
private client;
protected client: Stan;
abstract subject: T["subject"];

@@ -11,0 +11,0 @@ abstract queueGroupName: string;

@@ -9,3 +9,3 @@ import { Stan } from "node-nats-streaming";

abstract subject: T["subject"];
private client;
protected client: Stan;
constructor(client: Stan);

@@ -12,0 +12,0 @@ publisher(data: T["data"]): Promise<void>;

{
"name": "@nttickets/common",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

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

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