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.5.0 to 2.0.0-next.0

out/fetch/fetch.d.ts

6

CHANGELOG.md
# @forge/bridge
## 2.0.0-next.0
### Major Changes
- 2f07efb: Add new client-side 3LO requestJira and requestConfluence methods
## 1.5.0

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

1

out/index.d.ts

@@ -5,2 +5,3 @@ export * from './invoke';

export * from './modal';
export * from './fetch';
//# sourceMappingURL=index.d.ts.map

@@ -8,1 +8,2 @@ "use strict";

tslib_1.__exportStar(require("./modal"), exports);
tslib_1.__exportStar(require("./fetch"), exports);

2

out/invoke/index.d.ts
export * from './invoke';
export * from './requestJira';
export * from './requestConfluence';
//# sourceMappingURL=index.d.ts.map

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

tslib_1.__exportStar(require("./invoke"), exports);
tslib_1.__exportStar(require("./requestJira"), exports);
tslib_1.__exportStar(require("./requestConfluence"), exports);

@@ -5,6 +5,6 @@ export declare type InvokePayload = {

export declare type InvokeResponse = Record<string, any> | void;
export declare type ProductResponse = {
body: any;
} & Pick<Response, 'ok' | 'status' | 'statusText'>;
export declare type ProductFetchResponse = {
body?: string;
} & Pick<ResponseInit, 'headers' | 'status' | 'statusText'>;
export declare type FullContext = {};
//# sourceMappingURL=types.d.ts.map
{
"name": "@forge/bridge",
"version": "1.5.0",
"version": "2.0.0-next.0",
"description": "Forge bridge API for custom UI apps",

@@ -19,4 +19,5 @@ "author": "Atlassian",

"history": "4.10.1",
"jest-date-mock": "^1.0.8"
"jest-date-mock": "^1.0.8",
"isomorphic-fetch": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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