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

@jbmikk-proto/common

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jbmikk-proto/common - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

build/events/base-listener.d.ts

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

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

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

@@ -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 @@ publish(data: T['data']): Promise<void>;

@@ -10,3 +10,4 @@ import { Subjects } from './subjects';

userId: string;
orderId?: number;
};
}
{
"name": "@jbmikk-proto/common",
"version": "1.0.12",
"version": "1.0.13",
"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