@nextcloud/event-bus
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,5 @@ | ||
/** | ||
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors | ||
* SPDX-License-Identifier: GPL-3.0-or-later | ||
*/ | ||
export type Event = object | number | string | boolean | null | undefined; | ||
@@ -2,0 +6,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
import { EventBus } from './EventBus'; | ||
import { EventHandler } from './EventHandler'; | ||
@@ -10,10 +9,2 @@ import { NextcloudEvents } from './Event'; | ||
export { SimpleBus } from './SimpleBus'; | ||
declare global { | ||
interface Window { | ||
OC: { | ||
_eventBus?: EventBus; | ||
}; | ||
_nc_event_bus?: EventBus; | ||
} | ||
} | ||
/** | ||
@@ -20,0 +11,0 @@ * Register an event listener |
{ | ||
"name": "@nextcloud/event-bus", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A simple event bus to communicate between Nextcloud components.", | ||
@@ -42,9 +42,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/node": "^20.12.11", | ||
"@types/node": "^20.12.12", | ||
"semver": "^7.6.2" | ||
}, | ||
"devDependencies": { | ||
"@nextcloud/eslint-config": "^8.3.0", | ||
"@nextcloud/eslint-config": "^8.4.1", | ||
"@nextcloud/prettier-config": "^1.1.0", | ||
"@nextcloud/vite-config": "^1.2.3", | ||
"@nextcloud/vite-config": "^2.0.0", | ||
"@types/semver": "^7.5.8", | ||
@@ -54,3 +54,3 @@ "@vitest/coverage-v8": "^1.6.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"happy-dom": "^14.10.1", | ||
"happy-dom": "^14.11.1", | ||
"prettier": "^3.2.5", | ||
@@ -57,0 +57,0 @@ "typedoc": "^0.25.13", |
# @nextcloud/event-bus | ||
<!-- | ||
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
- SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/nextcloud/nextcloud-event-bus/node.yml?branch=master)](https://github.com/nextcloud/nextcloud-event-bus/actions/workflows/node.yml?query=branch%3Amaster) [![Code coverage](https://img.shields.io/codecov/c/gh/nextcloud/nextcloud-event-bus/master)](https://app.codecov.io/gh/nextcloud/nextcloud-event-bus) [![npm](https://img.shields.io/npm/v/@nextcloud/event-bus.svg)](https://www.npmjs.com/package/@nextcloud/event-bus) | ||
@@ -4,0 +9,0 @@ [![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud.github.io/nextcloud-event-bus/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
98
28728
13
317
Updated@types/node@^20.12.12