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

@bf2/ui-shared

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bf2/ui-shared - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/alert/Alert.d.ts

25

dist/config/Config.d.ts
import React from "react";
export declare type Config = {
serviceDown: boolean;
resources: {
guides: {
showDrafts: boolean;
};
controlPlane: {
serviceApiBasePath: string;
amsBasePath: string;
ams: {
apiBasePath: string;
eventCode: string;
siteCode: string;
};
dataPlane: {
keycloak: {
authServerUrl: string;
clientId: string;
realm: string;
};
kas: {
apiBasePath: string;
};
masSso: {
authServerUrl: string;
clientId: string;
realm: string;
};
kafka: {};
federatedModules: {
strimziUI: FederatedModuleConfig;
mkUiFrontend: FederatedModuleConfig;
kafka: FederatedModuleConfig;
kas: FederatedModuleConfig;
guides: FederatedModuleConfig;

@@ -24,0 +25,0 @@ };

export * from './config';
export * from './auth';
export * from './alert';
export * from './basename';
export * from './config';
export * from './auth';
export * from './alert';
export * from './basename';
//# sourceMappingURL=index.js.map
{
"name": "@bf2/ui-shared",
"version": "0.0.5",
"version": "0.0.6",
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.",

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

@@ -5,21 +5,24 @@ import React from "react";

serviceDown: boolean
resources: {
guides: {
showDrafts: boolean
}
controlPlane: {
serviceApiBasePath: string,
amsBasePath: string,
ams: {
apiBasePath: string,
eventCode: string,
siteCode: string
}
dataPlane: {
keycloak: {
authServerUrl: string,
clientId: string,
realm: string
}
kas: {
apiBasePath: string,
}
masSso: {
authServerUrl: string,
clientId: string,
realm: string
}
kafka: {
}
federatedModules: {
strimziUI: FederatedModuleConfig
mkUiFrontend: FederatedModuleConfig
kafka: FederatedModuleConfig
kas: FederatedModuleConfig
guides: FederatedModuleConfig

@@ -26,0 +29,0 @@ }

export * from './config';
export * from './auth';
export * from './alert';
export * from './basename';

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