New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forge/manifest

Package Overview
Dependencies
Maintainers
1
Versions
762
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/manifest - npm Package Compare versions

Comparing version 8.4.0 to 8.4.1-experimental-147ff14

10

out/schema/basic-manifest-schema.json

@@ -47,2 +47,12 @@ {

},
"primaryProduct": {
"type": "string",
"enum": [
"confluence",
"jira",
"compass"
],
"title": "primaryProduct",
"description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
},
"licensing": {

@@ -49,0 +59,0 @@ "additionalProperties": false,

@@ -25,2 +25,6 @@ /* tslint:disable */

/**
* The primary product for cross-product functionality. If not set, app is not a cross-product app.
*/
export type PrimaryProduct = 'confluence' | 'jira' | 'compass';
/**
* Whether to enable paid app licensing for production installations of this app. Default value of false.

@@ -54,2 +58,3 @@ */

runtime: Runtime;
primaryProduct?: PrimaryProduct;
licensing?: Licensing;

@@ -56,0 +61,0 @@ features?: Features;

2

package.json
{
"name": "@forge/manifest",
"version": "8.4.0",
"version": "8.4.1-experimental-147ff14",
"description": "Definitions and validations of the Forge manifest",

@@ -5,0 +5,0 @@ "main": "out/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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