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

@nextcloud/event-bus

Package Overview
Dependencies
Maintainers
6
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 2.0.0 to 2.1.0

.github/workflows/dependabot-approve-merge.yml

8

CHANGELOG.md

@@ -5,6 +5,12 @@ # Changelog

## 2.1.0 – 2021-09-28
### Changed
- Dependency updates
### Fixed
- Readme examples
- Dependency updates
## 2.0.0 - 2021-05-05
### Breaking
- Bump of @nextcloud/browserlist-config@2.1.0 which drops support for IE11
### Changed

@@ -11,0 +17,0 @@ - Move a single to transpiled library bundle

10

dist/ProxyBus.js

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

name: "@nextcloud/event-bus",
version: "2.0.0",
version: "2.1.0",
description: "",

@@ -52,5 +52,5 @@ main: "dist/index.js",

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"babel-jest": "^26.0.1",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.2.1",
"babel-plugin-inline-json-import": "^0.3.2",

@@ -61,3 +61,3 @@ jest: "^26.0.1",

"rollup-plugin-typescript2": "^0.30.0",
typedoc: "^0.20.32",
typedoc: "^0.22.4",
typescript: "^4.0.2"

@@ -64,0 +64,0 @@ },

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

name: "@nextcloud/event-bus",
version: "2.0.0",
version: "2.1.0",
description: "",

@@ -48,5 +48,5 @@ main: "dist/index.js",

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"babel-jest": "^26.0.1",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.2.1",
"babel-plugin-inline-json-import": "^0.3.2",

@@ -57,3 +57,3 @@ jest: "^26.0.1",

"rollup-plugin-typescript2": "^0.30.0",
typedoc: "^0.20.32",
typedoc: "^0.22.4",
typescript: "^4.0.2"

@@ -60,0 +60,0 @@ },

{
"name": "@nextcloud/event-bus",
"version": "2.0.0",
"version": "2.1.0",
"description": "",

@@ -38,5 +38,5 @@ "main": "dist/index.js",

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"babel-jest": "^26.0.1",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.2.1",
"babel-plugin-inline-json-import": "^0.3.2",

@@ -47,3 +47,3 @@ "jest": "^26.0.1",

"rollup-plugin-typescript2": "^0.30.0",
"typedoc": "^0.20.32",
"typedoc": "^0.22.4",
"typescript": "^4.0.2"

@@ -50,0 +50,0 @@ },

@@ -32,1 +32,14 @@ # @nextcloud/event-bus

```
## Naming convention
To stay consistent, we encourage you to use the following syntax when declaring events
`app-id:object:verb`
### Examples:
- nextcloud:unified-search:closed
- files:file:uploading
- files:file:uploaded
- contacts:contact:deleted
- calendar:event:created
- forms:answer:updated

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