Socket
Socket
Sign inDemoInstall

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
204
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outreach/extensibility-sdk - npm Package Compare versions

Comparing version 0.4.77 to 0.4.78

12

dist/legacy/ManifestTranslator.js

@@ -132,12 +132,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

var extension;
console.debug('[CXT-SDK][ManfestTrasnlator]-getAppManifest-ALL', {
appManifests: appManifests,
});
appManifests.forEach(function (ext, idx) {
var _a;
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-ITEM', {
idx: idx,
ext: ext,
type: ext.host.type,
});
if (ext.host.type === 'left-side-menu') {

@@ -226,3 +218,3 @@ extension = new ApplicationShellExtension_1.ApplicationShellExtension();

type: ext.host.type,
app: app,
app: JSON.parse(JSON.stringify(app)),
});

@@ -234,3 +226,3 @@ app.extensions.push(extension);

type: ext.host.type,
app: app,
app: JSON.parse(JSON.stringify(app)),
});

@@ -237,0 +229,0 @@ });

2

package.json
{
"name": "@outreach/extensibility-sdk",
"license": "MIT",
"version": "0.4.77",
"version": "0.4.78",
"private": false,

@@ -6,0 +6,0 @@ "contributors": [

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