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

@forge/bridge

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/bridge - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1-next.0

8

CHANGELOG.md
# @forge/bridge
## 2.6.1-next.0
### Patch Changes
- 75ef535d: Bumping dependencies via Renovate:
- history
## 2.6.0

@@ -4,0 +12,0 @@

4

out/flag/flag.d.ts

@@ -1,3 +0,3 @@

export declare type FlagAppearance = 'info' | 'success' | 'warning' | 'error';
export declare type FlagType = FlagAppearance;
export type FlagAppearance = 'info' | 'success' | 'warning' | 'error';
export type FlagType = FlagAppearance;
export interface Flag {

@@ -4,0 +4,0 @@ close: () => Promise<boolean | void>;

@@ -1,6 +0,6 @@

export declare type InvokePayload = {
export type InvokePayload = {
[key in number | string]: any;
};
export declare type InvokeResponse = Record<string, any> | void;
export declare type ProductFetchResponse = {
export type InvokeResponse = Record<string, any> | void;
export type ProductFetchResponse = {
body?: string;

@@ -29,3 +29,3 @@ headers: {

}
export declare type Subscription = {
export type Subscription = {
unsubscribe: () => void;

@@ -32,0 +32,0 @@ };

@@ -5,3 +5,3 @@ export declare const view: {

refresh: (payload?: any) => Promise<void>;
createHistory: () => Promise<import("history").History<unknown>>;
createHistory: () => Promise<import("history").History>;
getContext: () => Promise<import("../types").FullContext>;

@@ -8,0 +8,0 @@ theme: {

{
"name": "@forge/bridge",
"version": "2.6.0",
"version": "2.6.1-next.0",
"description": "Forge bridge API for custom UI apps",

@@ -19,3 +19,3 @@ "author": "Atlassian",

"devDependencies": {
"history": "4.10.1",
"history": "5.3.0",
"isomorphic-fetch": "^3.0.0",

@@ -22,0 +22,0 @@ "jest-date-mock": "^1.0.8"

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