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

@forge/bridge

Package Overview
Dependencies
Maintainers
14
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 0.0.1 to 0.0.2-next.0

out/__test__/index.test.d.ts

6

CHANGELOG.md
# @forge/bridge
## 0.0.2-next.0
### Patch Changes
- 226e9a8: Implement invoking an app's resolver
## 0.0.1

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

4

out/index.d.ts

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

export declare const invoke: () => never;
export declare const invoke: (functionKey: string, args: any[]) => any;
declare const _default: {
invoke: () => never;
invoke: (functionKey: string, args: any[]) => any;
};
export default _default;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.invoke = void 0;
exports.invoke = () => {
throw new Error('Not implemented');
exports.invoke = function (functionKey, args) {
return window.__bridge.callBridge('invoke', { functionKey: functionKey, args: args });
};

@@ -7,0 +7,0 @@ exports.default = {

{
"name": "@forge/bridge",
"version": "0.0.1",
"version": "0.0.2-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