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

@nextcloud/event-bus

Package Overview
Dependencies
Maintainers
13
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.3.0 to 3.3.1

4

dist/Event.d.ts

@@ -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 @@ /**

9

dist/index.d.ts

@@ -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

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