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

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
207
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.92 to 0.4.93

11

dist/index.js

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

});
/**
* Informs the interested parties that sdk is initialized and
* ready to receive messages from host and other participants.
*
* @memberof ExtensibilitySdk
* @deprecated Since version 0.10. Will be removed in version 1.0. Use instead await sdk.init()
*/
ExtensibilitySdk.prototype.ready = function () {
console.warn('Ready function is depricated. Use instead await sdk.init()');
this.init();
};
ExtensibilitySdk.prototype.sendMessage = function (message, logged) {

@@ -899,0 +888,0 @@ if (!RuntimeContext_1.default.origin) {

2

dist/sdk/logging/Logger.js

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

/**
* Loger instance used for publishing SDK event informations
* Logger instance used for publishing SDK event information
* @type {ILogger}

@@ -10,0 +10,0 @@ * @memberof Logger

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

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