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

6

CHANGELOG.md
# @forge/bridge
## 3.0.0-next.0
### Major Changes
- 1de47d7: The `license` field from an app's context object now has updated properties and returns additional information. Updating the `license` type in this version to reflect these changes.
## 2.6.1

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

14

out/types.d.ts

@@ -16,3 +16,3 @@ export type InvokePayload = {

extension: ExtensionData;
license?: LicenseState;
license?: LicenseDetails;
localId: string;

@@ -27,4 +27,12 @@ locale: string;

}
interface LicenseState {
isActive?: boolean;
export interface LicenseDetails {
active: boolean;
billingPeriod: string;
ccpEntitlementId: string;
ccpEntitlementSlug: string;
isEvaluation: boolean;
subscriptionEndDate: string | null;
supportEntitlementNumber: string | null;
trialEndDate: string | null;
type: string;
}

@@ -31,0 +39,0 @@ export type Subscription = {

{
"name": "@forge/bridge",
"version": "2.6.1",
"version": "3.0.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