Socket
Book a DemoInstallSign in
Socket

@red-hat-developer-hub/backstage-plugin-application-provider-test

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@red-hat-developer-hub/backstage-plugin-application-provider-test

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
6
Created
Source

@red-hat-developer-hub/backstage-plugin-application-provider-test

A test-plugin allows you to test the dynamic plugin mount point application/provider.

These providers allows dynamic plugins to add a React.Context on an application level around all routes. Using this feature should be an exception.

This plugin exports two providers, two components that depends on the context of these providers and a page that renders these cards two times to see that a shared provider context is used correctly.

dynamicPlugins:
  frontend:
    red-hat-developer-hub.backstage-plugin-application-provider-test:
      dynamicRoutes:
        - path: /application-provider-test-page
          importName: TestPage
      mountPoints:
        - mountPoint: application/provider
          importName: CrashProvider
        - mountPoint: application/provider
          importName: TestProviderOne
        - mountPoint: application/provider
          importName: TestProviderTwo

FAQs

Package last updated on 12 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts