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

@bf2/ui-shared

Package Overview
Dependencies
Maintainers
4
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.1.2 to 0.2.0

20

dist/cjs/contexts/config/Config.d.ts

@@ -69,4 +69,18 @@ import React from "react";

*/
sr: undefined;
sr: {
/**
* apiBasePath is the base path for accessing service registry data plane
*/
apiBasePath: string;
};
/**
* srs provides configuration with the Service Registry control plane
*/
srs: {
/**
* apiBasePath is the base path for accessing SRS Fleet Manager
*/
apiBasePath: string;
};
/**
* federatedModules defines how we load all the federated modules in the UI

@@ -91,2 +105,6 @@ */

sr: FederatedModuleConfig;
/**
* srs defines how we load the federated module(s)
*/
srs: FederatedModuleConfig;
};

@@ -93,0 +111,0 @@ };

@@ -69,4 +69,18 @@ import React from "react";

*/
sr: undefined;
sr: {
/**
* apiBasePath is the base path for accessing service registry data plane
*/
apiBasePath: string;
};
/**
* srs provides configuration with the Service Registry control plane
*/
srs: {
/**
* apiBasePath is the base path for accessing SRS Fleet Manager
*/
apiBasePath: string;
};
/**
* federatedModules defines how we load all the federated modules in the UI

@@ -91,2 +105,6 @@ */

sr: FederatedModuleConfig;
/**
* srs defines how we load the federated module(s)
*/
srs: FederatedModuleConfig;
};

@@ -93,0 +111,0 @@ };

8

package.json
{
"name": "@bf2/ui-shared",
"version": "0.1.2",
"version": "0.2.0",
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.",

@@ -30,6 +30,6 @@ "main": "./dist/cjs/index.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"copyfiles": "2.4.1",
"eslint": "7.27.0",
"eslint": "7.28.0",
"rimraf": "3.0.2",

@@ -36,0 +36,0 @@ "typescript": "4.3.2"

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