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.2 to 0.3.3

2

dist/index.js

@@ -563,3 +563,2 @@ 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);

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

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

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

2

dist/sdk/logging/DefaultLogger.js

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

// tslint:disable-next-line: no-console
console.log('[CXT][AddonSdk]::onInfo-trace (default)', event, event.context);
console.debug('[CXT][AddonSdk]::onInfo-trace (default)', event, event.context);
}

@@ -20,0 +20,0 @@ break;

{
"name": "@outreach/extensibility-sdk",
"license": "MIT",
"version": "0.3.2",
"version": "0.3.3",
"private": false,

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

Sorry, the diff of this file is not supported yet

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