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

@forge/bridge

Package Overview
Dependencies
Maintainers
0
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 4.1.1 to 4.2.0-next.0

6

CHANGELOG.md
# @forge/bridge
## 4.2.0-next.0
### Minor Changes
- 88de75c: Frame methods on `view` is no longer supported and are being removed for the release of the Frame component into Preview.
## 4.1.1

@@ -4,0 +10,0 @@

3

out/view/view.d.ts

@@ -10,7 +10,4 @@ export declare const view: {

};
frame: {
onPropsUpdate: <TFrameProps extends Record<string, unknown>>(handler: (props: TFrameProps) => void) => Promise<() => Promise<void>>;
};
changeWindowTitle: (title: string) => Promise<void>;
};
//# sourceMappingURL=view.d.ts.map

@@ -11,3 +11,2 @@ "use strict";

const theme_1 = require("./theme");
const frame_1 = require("./frame");
exports.view = {

@@ -20,4 +19,3 @@ submit: submit_1.submit,

theme: theme_1.theme,
frame: frame_1.frame,
changeWindowTitle: changeWindowTitle_1.changeWindowTitle
};
{
"name": "@forge/bridge",
"version": "4.1.1",
"version": "4.2.0-next.0",
"description": "Forge bridge API for custom UI apps",

@@ -5,0 +5,0 @@ "author": "Atlassian",

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