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 0.0.3 to 0.0.4

6

module/busModule.ts

@@ -18,3 +18,3 @@ import {module, Module, Util} from 'appolo';

protected get defaults(): Partial<IOptions> {
public get defaults(): Partial<IOptions> {
return Defaults

@@ -27,3 +27,3 @@ }

protected beforeInitialize() {
public beforeInitialize() {

@@ -101,2 +101,2 @@ let publisherMeta = Util.findAllReflectData<IPublisherMetadata>(PublisherSymbol, this.app.parent.exported);

}
}
}
{
"name": "@appolo/bus",
"version": "0.0.3",
"version": "0.0.4",
"description": "appolo bus module",

@@ -17,3 +17,3 @@ "publishConfig": {

"@appolo/logger": "1.0.5",
"appolo": "^6.0.85",
"appolo": "^6.0.86",
"bluebird": "^3.5.5",

@@ -20,0 +20,0 @@ "lodash": "^4.17.15",

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