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

@nextcloud/event-bus

Package Overview
Dependencies
Maintainers
11
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/event-bus - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

dist/index.esm.js

@@ -16,3 +16,3 @@ import valid from 'semver/functions/valid.js';

getVersion() {
return "3.0.1";
return "3.0.2";
}

@@ -33,3 +33,3 @@ subscribe(name, handler) {

getVersion() {
return "3.0.1";
return "3.0.2";
}

@@ -36,0 +36,0 @@ subscribe(name, handler) {

@@ -24,3 +24,3 @@ 'use strict';

ProxyBus.prototype.getVersion = function () {
return "3.0.1";
return "3.0.2";
};

@@ -44,3 +44,3 @@ ProxyBus.prototype.subscribe = function (name, handler) {

SimpleBus.prototype.getVersion = function () {
return "3.0.1";
return "3.0.2";
};

@@ -47,0 +47,0 @@ SimpleBus.prototype.subscribe = function (name, handler) {

{
"name": "@nextcloud/event-bus",
"version": "3.0.1",
"version": "3.0.2",
"description": "A simple event bus to communicate between Nextcloud components.",
"type": "module",
"main": "dist/index.js",

@@ -43,5 +42,5 @@ "module": "dist/index.esm.js",

"jest-environment-jsdom": "^28.1.3",
"rollup": "^2.78.1",
"rollup": "^2.79.0",
"tslib": "^2.4.0",
"typedoc": "^0.23.10",
"typedoc": "^0.23.13",
"typescript": "^4.7.4"

@@ -48,0 +47,0 @@ },

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