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

@actoservice/common

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actoservice/common - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

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 readonly client;
protected readonly client: Stan;
abstract subject: T['subject'];

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

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

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

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

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

version: number;
orderId?: string;
};
}
{
"name": "@actoservice/common",
"version": "1.0.8",
"version": "1.0.9",
"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