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 3.4.0 to 3.5.0-next.0

out/internal/index.d.ts

8

CHANGELOG.md
# @forge/bridge
## 3.5.0-next.0
### Minor Changes
- ef55008: Add frame.onPropsUpdate to consume property changes for custom props enabled Frame components
For more information, see the [Frame component documentation](https://developer.atlassian.com/platform/forge/ui-kit/components/frame).
## 3.4.0

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

3

out/view/view.d.ts

@@ -10,3 +10,6 @@ export declare const view: {

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

4

out/view/view.js

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

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

@@ -17,3 +18,4 @@ submit: submit_1.submit,

getContext: getContext_1.getContext,
theme: theme_1.theme
theme: theme_1.theme,
frame: frame_1.frame
};
{
"name": "@forge/bridge",
"version": "3.4.0",
"version": "3.5.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