New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opentok-text-chat

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-text-chat - npm Package Compare versions

Comparing version 1.0.21 to 1.0.23

9

dist/opentok-text-chat.js

@@ -390,3 +390,3 @@ /* global OTKAnalytics define */

};
var _initTextChat = function () {

@@ -482,3 +482,4 @@ _log(_logEventData.actionStart, _logEventData.variationAttempt);

textChatContainer: '#chatContainer',
alwaysOpen: false
alwaysOpen: false,
appendControl: true,
});

@@ -529,3 +530,3 @@ };

} else {
_appendControl();
_this.options.appendControl && _appendControl()
}

@@ -577,3 +578,3 @@ }

} else {
_appendControl();
_this.options.appendControl && _appendControl()
}

@@ -580,0 +581,0 @@ _registerEvents();

{
"name": "opentok-text-chat",
"version": "1.0.21",
"version": "1.0.23",
"description": "OpenTok text chat accelerator pack",

@@ -5,0 +5,0 @@ "main": "dist/opentok-text-chat.js",

@@ -390,3 +390,3 @@ /* global OTKAnalytics define */

};
var _initTextChat = function () {

@@ -482,3 +482,4 @@ _log(_logEventData.actionStart, _logEventData.variationAttempt);

textChatContainer: '#chatContainer',
alwaysOpen: false
alwaysOpen: false,
appendControl: true,
});

@@ -529,3 +530,3 @@ };

} else {
_appendControl();
_this.options.appendControl && _appendControl()
}

@@ -577,3 +578,3 @@ }

} else {
_appendControl();
_this.options.appendControl && _appendControl()
}

@@ -580,0 +581,0 @@ _registerEvents();

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