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.18 to 0.0.19

dist/cjs/contexts/alert/Alert.d.ts

12

package.json
{
"name": "@bf2/ui-shared",
"version": "0.0.18",
"version": "0.0.19",
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/cjs/index.js ",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"package": "npm run build",

@@ -10,0 +14,0 @@ "prepare": "npm run clean && npm run package",

# UI Shared
UI Shared contains a number of type definitions for shared data structures for the UI.
UI Shared contains a number of shared components for the UI. The UIs are a set of micro-frontends, implemented using Webpack module federation.
## Shared React contexts
In order for a React context to be shared between modules, it must be defined in a shared library and imported by all modules that use the context.
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