Socket
Socket
Sign inDemoInstall

opentok-textchat

Package Overview
Dependencies
351
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

2

opentok-textchat.js

@@ -68,2 +68,3 @@ /* global localStorage OT */

scope.messages.push(message);
scope.$emit('otTextchatMessage', message);
scope.$apply();

@@ -96,2 +97,3 @@ const lastMessage = element[0].querySelector('.message:last-child');

const body = inputText.val();
if (!body) return false;
const nameRegexp = /\/name (\w+)/;

@@ -98,0 +100,0 @@ if (body.match(nameRegexp)) {

2

package.json
{
"name": "opentok-textchat",
"version": "1.1.0",
"version": "1.2.0",
"description": "Text chat component using Angular for opentok",

@@ -5,0 +5,0 @@ "main": "opentok-textchat.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc