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.85 to 0.4.86

14

dist/legacy/ManifestTranslator.js

@@ -42,2 +42,11 @@ Object.defineProperty(exports, "__esModule", { value: true });

break;
case ShellExtensionType_1.ShellExtensionType.COMPANION:
manifestType = 'shell-companion';
break;
case ShellExtensionType_1.ShellExtensionType.TOOL:
manifestType = 'shell-tool';
break;
case ShellExtensionType_1.ShellExtensionType.ACTION:
manifestType = 'shell-action';
break;
}

@@ -80,3 +89,3 @@ if (!manifestType) {

environment: {
fullWidth: tabExt ? ext.fullWidth : true,
fullWidth: tabExt,
decoration: appExt ? ext.host.decoration : 'none',

@@ -141,2 +150,3 @@ },

case 'shell-tool':
case 'shell-action':
extension = _this.processShellExtensions(ext);

@@ -149,2 +159,4 @@ break;

break;
default:
throw new Error('Unsupported type:' + ext.host.type);
}

@@ -151,0 +163,0 @@ extension.identifier = ext.identifier;

2

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

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

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

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