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

@sstickets/common

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sstickets/common - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

build/events/listener.d.ts

@@ -7,3 +7,3 @@ import { Message, Stan } from 'node-nats-streaming';

abstract onMessage(data: T['data'], msg: Message): void;
private client;
protected client: Stan;
protected ackWait: number;

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

@@ -5,5 +5,5 @@ import { Event } from './event';

abstract subject: T['subject'];
private client;
protected client: Stan;
constructor(client: Stan);
publish(data: T['data']): Promise<void>;
}

@@ -8,2 +8,3 @@ import { Subjects } from './subjects';

userId: string;
orderId?: string;
}

@@ -10,0 +11,0 @@ export interface TicketCreatedEvent {

{
"name": "@sstickets/common",
"version": "1.0.11",
"version": "1.0.12",
"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