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.75 to 0.4.76

18

dist/legacy/ManifestTranslator.js

@@ -131,5 +131,13 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

@@ -214,2 +222,8 @@ extension = new ApplicationShellExtension_1.ApplicationShellExtension();

extension.version = ext.version;
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-PUSH', {
idx: idx,
extension: extension,
type: ext.host.type,
appBefore: app,
});
app.extensions.push(extension);

@@ -216,0 +230,0 @@ });

2

package.json
{
"name": "@outreach/extensibility-sdk",
"license": "MIT",
"version": "0.4.75",
"version": "0.4.76",
"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