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

@forge/bridge

Package Overview
Dependencies
Maintainers
8
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 1.3.0-next.2 to 1.3.0-next.3

6

CHANGELOG.md
# @forge/bridge
## 1.3.0-next.3
### Patch Changes
- ff35ac9: Check for Jira instead of Confluence
## 1.3.0-next.2

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

4

out/router/router.js

@@ -18,4 +18,4 @@ "use strict";

product = (extensionType ? extensionType.split(':') : [undefined])[0];
if (product === 'confluence') {
throw new errors_1.BridgeAPIError('router is not implemented yet in Confluence');
if (product !== 'jira') {
throw new errors_1.BridgeAPIError('router is currently only supported in Jira.');
}

@@ -22,0 +22,0 @@ return [2, callBridge('navigate', {

{
"name": "@forge/bridge",
"version": "1.3.0-next.2",
"version": "1.3.0-next.3",
"description": "Forge bridge API for custom UI apps",

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

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