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.12 to 0.0.13

2

dist/alert/Alert.d.ts

@@ -13,2 +13,2 @@ import React from "react";

export declare const AlertContext: React.Context<Alert | undefined>;
export declare const useAlert: () => any;
export declare const useAlert: () => Alert;

@@ -6,2 +6,2 @@ import React from "react";

export declare const BasenameContext: React.Context<Basename | undefined>;
export declare const useBasename: () => any;
export declare const useBasename: () => Basename;

@@ -32,2 +32,2 @@ import React from "react";

export declare const ConfigContext: React.Context<Config | undefined>;
export declare const useConfig: () => any;
export declare const useConfig: () => Config;
{
"name": "@bf2/ui-shared",
"version": "0.0.12",
"version": "0.0.13",
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.",

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

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

export const useAlert = () => useContext(AlertContext);
export const useAlert = (): Alert => useContext(AlertContext);

@@ -9,2 +9,2 @@ import React, { useContext } from "react";

export const useBasename = () => useContext(BasenameContext);
export const useBasename = (): Basename => useContext(BasenameContext);

@@ -37,2 +37,2 @@ import React, { useContext } from "react";

export const useConfig = () => useContext(ConfigContext);
export const useConfig = (): Config => useContext(ConfigContext);

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