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

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
205
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.91 to 0.4.92

22

dist/manifest/extensions/tabs/TabExtensionType.js

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

/**
* Sidebar shown on the right side of the account page
*/
TabExtensionType["ACCOUNT_SIDEBAR"] = "tab-account-sidebar";
/**
* Sidebar action button shown in the account page tab right sidebar
*/
TabExtensionType["ACCOUNT_ACTION"] = "tab-account-action";
/**
* Opportunity details tab extension

@@ -22,2 +30,10 @@ */

/**
* Sidebar shown on the right side of the opportunity page
*/
TabExtensionType["OPPORTUNITY_SIDEBAR"] = "tab-opportunity-sidebar";
/**
* Sidebar action button shown in the opportunity page tab right sidebar
*/
TabExtensionType["OPPORTUNITY_ACTION"] = "tab-opportunity-action";
/**
* Prospect details tab extension

@@ -27,7 +43,7 @@ */

/**
* Sidebar shown on the right side of the tabs
* Sidebar shown on the right side of the prospect page
*/
TabExtensionType["SIDEBAR"] = "tab-sidebar";
TabExtensionType["PROSPECT_SIDEBAR"] = "tab-prospect-sidebar";
/**
* Sidebar action button shown in the tab right sidebar
* Sidebar action button shown in the prospect page tab right sidebar
*/

@@ -34,0 +50,0 @@ TabExtensionType["PROSPECT_ACTION"] = "tab-prospect-action";

2

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