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.9 to 0.0.10

3

dist/auth/Auth.d.ts

@@ -7,2 +7,5 @@ import React from "react";

};
ams: {
getToken: () => Promise<string>;
};
kafka: {

@@ -9,0 +12,0 @@ getToken: () => Promise<string>;

2

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

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

@@ -7,4 +7,6 @@ import React from "react";

getToken: () => Promise<string>
}
ams: {
getToken: () => Promise<string>
}
kafka: {

@@ -11,0 +13,0 @@ getToken: () => Promise<string>

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