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

@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.78 to 0.4.79

18

dist/legacy/ManifestTranslator.js

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

var extension;
appManifests.forEach(function (ext, idx) {
app.extensions = appManifests.map(function (ext, idx) {
var _a;

@@ -214,16 +214,12 @@ if (ext.host.type === 'left-side-menu') {

extension.version = ext.version;
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-PUSH-BEFORE', {
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-ITEM', {
idx: idx,
extension: extension,
type: ext.host.type,
app: JSON.parse(JSON.stringify(app)),
});
app.extensions.push(extension);
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-PUSH-AFTER', {
idx: idx,
extension: extension,
type: ext.host.type,
app: JSON.parse(JSON.stringify(app)),
});
return extension;
});
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-END', {
appManifests: appManifests,
app: app,
});
return app;

@@ -230,0 +226,0 @@ };

{
"name": "@outreach/extensibility-sdk",
"license": "MIT",
"version": "0.4.78",
"version": "0.4.79",
"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