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

@wazo/euc-plugins-sdk

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wazo/euc-plugins-sdk - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

lib/cjs/app.js

@@ -270,3 +270,3 @@ "use strict";

this._pluginId = null;
this._isBackground = false;
this._isBackground = !window.name;
this._queuedMessages = [];

@@ -273,0 +273,0 @@ this.context = {

@@ -259,3 +259,3 @@ // Global

this._pluginId = null;
this._isBackground = false;
this._isBackground = !window.name;
this._queuedMessages = [];

@@ -262,0 +262,0 @@ this.context = {

{
"name": "@wazo/euc-plugins-sdk",
"version": "0.0.9",
"version": "0.0.10",
"description": "Wazo's Unified Enterprise Communication JavaScript Software Development Kit.",

@@ -5,0 +5,0 @@ "author": "Wazo (http://wazo.io)",

@@ -102,3 +102,3 @@ /* global Wazo */

this._pluginId = null;
this._isBackground = false;
this._isBackground = !window.name;
this._queuedMessages = [];

@@ -105,0 +105,0 @@

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