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

connect-to-forge

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-to-forge - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

14

dist/index.js

@@ -85,3 +85,3 @@ "use strict";

function convertToForgemanifest(manifest, connect, type) {
var _a;
var _a, _b;
let warnings = [];

@@ -120,2 +120,11 @@ console.log(`Conversion begun for '${connect.name}':`);

}
// Copy cloud app migration webhook, if present
if ((_b = connect.cloudAppMigration) === null || _b === void 0 ? void 0 : _b.migrationWebhookPath) {
const moduleName = `${type}:cloudAppMigration`;
manifest.connectModules[moduleName] = [{
migrationWebhookPath: connect.cloudAppMigration.migrationWebhookPath,
key: 'app-migration',
}];
console.log(` - Moved app migration webhook into connectModules.${moduleName}`);
}
// Check for unsupported modules

@@ -143,5 +152,2 @@ const foundUnsupportedModules = Object.keys(connect.modules).filter(module => UNSUPPORTED_MODULES.has(module));

}
if ((0, ts_is_present_1.isPresent)(connect.cloudAppMigration)) {
warnings.push(`Found 'cloudAppMigration' in Connect Descriptor. App Migration Platform not currently supported in a Forge manifest.`);
}
console.log('');

@@ -148,0 +154,0 @@ return [manifest, warnings];

{
"name": "connect-to-forge",
"version": "1.0.19",
"version": "1.0.20",
"description": "Converts an Atlassian Connect Descritor to a connect-on-forge manifest.",

@@ -5,0 +5,0 @@ "main": "dist/index",

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