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

@sgticketz/common

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgticketz/common - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

build/events/base-listener.d.ts

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

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

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

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

export declare abstract class Publisher<T extends Event> {
private client;
protected client: Stan;
abstract readonly subject: T['subject'];

@@ -11,0 +11,0 @@ constructor(client: Stan);

@@ -10,3 +10,4 @@ import type { SubjectsType } from "./subjects";

version: number;
orderId?: string;
};
}
{
"name": "@sgticketz/common",
"version": "1.1.2",
"version": "1.1.3",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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