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

@backstage/plugin-events-node

Package Overview
Dependencies
Maintainers
3
Versions
756
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-events-node - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4-next.1

2

alpha/package.json
{
"name": "@backstage/plugin-events-node__alpha",
"version": "0.4.3",
"version": "0.4.4-next.1",
"main": "../dist/alpha.cjs.js",
"types": "../dist/alpha.d.ts"
}
# @backstage/plugin-events-node
## 0.4.3
## 0.4.4-next.1
### Patch Changes
- 7bd2fe9: Fix `events.useEventBus` by propagating config to `DefaultEventsService`
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.4.2
## 0.4.3-next.0
### Patch Changes
- 52a5d21: Fixed an issue where subscribing to events threw an error and gave up too easily. Calling the subscribe method will cause the background polling loop to keep trying to connect to the events backend, even if the initial request fails.
- 4501631: Fixed an issue where subscribing to events threw an error and gave up too easily. Calling the subscribe method will cause the background polling loop to keep trying to connect to the events backend, even if the initial request fails.
By default the events service will attempt to publish and subscribe to events from the events bus API in the events backend, but if it fails due to the events backend not being installed, it will bail and never try calling the API again. There is now a new `events.useEventBus` configuration and option for the `DefaultEventsService` that lets you control this behavior. You can set it to `'never'` to disabled API calls to the events backend completely, or `'always'` to never allow it to be disabled.
- e02a02b: Fix `events.useEventBus` by propagating config to `DefaultEventsService`
- Updated dependencies
- @backstage/backend-plugin-api@1.0.1
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1

@@ -20,0 +26,0 @@ ## 0.4.1

{
"name": "@backstage/plugin-events-node",
"version": "0.4.3",
"version": "0.4.4-next.1",
"description": "The plugin-events-node module for @backstage/plugin-events-backend",

@@ -54,5 +54,5 @@ "backstage": {

"dependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/errors": "^1.2.4",
"@backstage/types": "^1.1.1",
"@backstage/backend-plugin-api": "1.0.2-next.1",
"@backstage/errors": "1.2.4",
"@backstage/types": "1.1.1",
"cross-fetch": "^4.0.0",

@@ -63,4 +63,4 @@ "uri-template": "^2.0.0"

"@backstage/backend-common": "^0.25.0",
"@backstage/backend-test-utils": "^1.0.2",
"@backstage/cli": "^0.28.1",
"@backstage/backend-test-utils": "1.0.3-next.1",
"@backstage/cli": "0.29.0-next.1",
"msw": "^1.0.0"

@@ -67,0 +67,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