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 3.0.0 to 3.1.0-next.0

out/invoke-remote/index.d.ts

6

CHANGELOG.md
# @forge/bridge
## 3.1.0-next.0
### Minor Changes
- baffae7: Add invokeRemote API to @forge/bridge
## 3.0.0

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

1

out/index.d.ts
export * from './invoke';
export * from './invoke-remote';
export * from './view';

@@ -3,0 +4,0 @@ export * from './router';

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

tslib_1.__exportStar(require("./invoke"), exports);
tslib_1.__exportStar(require("./invoke-remote"), exports);
tslib_1.__exportStar(require("./view"), exports);

@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./router"), exports);

2

package.json
{
"name": "@forge/bridge",
"version": "3.0.0",
"version": "3.1.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