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

@appolo/bus

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appolo/bus - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

module/src/bus/busProvider.ts

@@ -36,3 +36,3 @@ "use strict";

public publish(routingKey: string | Object, type?: string, data?: any, expire?: number): Promise<void>
public publish(routingKey: string | IPublishProviderOptions, type?: string, data?: any, expire?: number): Promise<void>
public publish(opts: IPublishProviderOptions): Promise<void> {

@@ -39,0 +39,0 @@

{
"name": "@appolo/bus",
"version": "7.0.0",
"version": "7.0.1",
"description": "appolo bus module",

@@ -5,0 +5,0 @@ "publishConfig": {

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