Socket
Socket
Sign inDemoInstall

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
196
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.3.1 to 0.3.2

2

dist/index.js

@@ -563,2 +563,3 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

this.preprocessInitMessage = function (initMessage) {
console.log('[CXT][Index]::preprocessInitMessage', { initMessage: initMessage });
RuntimeContext_1.default.application = _this.hydrateApplication(initMessage.application);

@@ -618,2 +619,3 @@ RuntimeContext_1.default.configuration = initMessage.configuration;

this.hydrateApplication = function (app) {
console.log('[CXT][Index]::hydrateApplication', { app: app });
var application = new Application_1.Application();

@@ -620,0 +622,0 @@ if (app.api) {

2

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