Socket
Socket
Sign inDemoInstall

opentok-cli

Package Overview
Dependencies
31
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

7

cmd.js

@@ -88,4 +88,7 @@ #!/usr/bin/env node

console.info('session.connect(\'' + token + '\', function(err) {\n' +
' if (err) alert(err.message);\n' +
' session.publish();\n' +
' if (err) {\n' +
' alert(err.message);\n' +
' } else {\n' +
' session.publish(function(err) { if (err) alert(err.message) });\n' +
' }\n' +
'});\n');

@@ -92,0 +95,0 @@ }

{
"name": "opentok-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "CLI to generate a sessionId and token given an apiKey and secret",

@@ -5,0 +5,0 @@ "main": "index.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