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.0.17 to 0.0.18

dist/assets/Assets.d.ts

2

dist/config/Config.d.ts

@@ -29,5 +29,5 @@ import React from "react";

basePath: string;
entryPoint: string;
fallbackBasePath: string;
};
export declare const ConfigContext: React.Context<Config | undefined>;
export declare const useConfig: () => Config;

@@ -5,1 +5,2 @@ export * from './config';

export * from './basename';
export * from './assets';

@@ -5,2 +5,3 @@ export * from './config';

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

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"package": "npm run build",
"prepublish": "npm run clean && npm run package",
"prepare": "npm run clean && npm run package",
"clean": "rimraf dist",

@@ -13,0 +13,0 @@ "lint": "npm run eslint",

@@ -32,3 +32,3 @@ import React, { useContext } from "react";

basePath: string
entryPoint: string
fallbackBasePath: string
}

@@ -35,0 +35,0 @@

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

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