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

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
198
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.64 to 0.4.65

15

dist/legacy/ManifestTranslator.js

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

else {
var extension_1;
switch (ext.host.type) {
case 'tab-account':
extension_1 = new AccountTabExtension_1.AccountTabExtension();
extension = new AccountTabExtension_1.AccountTabExtension();
break;
case 'tab-opportunity':
extension_1 = new OpportunityTabExtension_1.OpportunityTabExtension();
extension = new OpportunityTabExtension_1.OpportunityTabExtension();
break;
case 'tab-prospect':
extension_1 = new ProspectTabExtension_1.ProspectTabExtension();
extension = new ProspectTabExtension_1.ProspectTabExtension();
break;

@@ -174,6 +173,6 @@ default:

}
extension_1.host = new ExtensionHost_1.ExtensionHost();
extension_1.description = ext.description;
extension_1.fullWidth = ((_a = ext.host.environment) === null || _a === void 0 ? void 0 : _a.fullWidth) || false;
extension_1.context = ext.context.map(function (ctx) {
extension.host = new ExtensionHost_1.ExtensionHost();
extension.description = ext.description;
extension.fullWidth = ((_a = ext.host.environment) === null || _a === void 0 ? void 0 : _a.fullWidth) || false;
extension.context = ext.context.map(function (ctx) {
return AccountContextKeys_1.AccountContextKeys[ctx] ||

@@ -180,0 +179,0 @@ ProspectContextKeys_1.ProspectContextKeys[ctx] ||

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