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.88 to 0.4.89

3

dist/index.js

@@ -75,2 +75,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

var ActionShellExtension_1 = require("./manifest/extensions/shell/types/ActionShellExtension");
var ProspectActionTabExtension_1 = require("./manifest/extensions/tabs/types/ProspectActionTabExtension");
var ConfigurationItem_2 = require("./configuration/ConfigurationItem");

@@ -707,2 +708,4 @@ Object.defineProperty(exports, "ConfigurationItem", { enumerable: true, get: function () { return ConfigurationItem_2.ConfigurationItem; } });

return Object.assign(new ProspectTabExtension_1.ProspectTabExtension(), ext);
case TabExtensionType_1.TabExtensionType.PROSPECT_ACTION:
return Object.assign(new ProspectActionTabExtension_1.ProspectActionTabExtension(), ext);
case ShellExtensionType_1.ShellExtensionType.APPLICATION:

@@ -709,0 +712,0 @@ return Object.assign(new ApplicationShellExtension_1.ApplicationShellExtension(), ext);

2

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