opentok-text-chat
Advanced tools
Comparing version 1.0.21 to 1.0.23
@@ -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(); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
73002
1894
0