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

opentok-accelerator-core

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-accelerator-core - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

2

dist/communication.js

@@ -73,3 +73,3 @@ 'use strict';

});
return connections < connectionLimit;
return connections.length < connectionLimit;
};

@@ -76,0 +76,0 @@

{
"name": "opentok-accelerator-core",
"version": "0.0.32",
"version": "0.0.33",
"description": "Opentok Accelerator Core",

@@ -5,0 +5,0 @@ "repository": "https://github.com/opentok/accelerator-core-js",

@@ -73,3 +73,3 @@ 'use strict';

});
return connections < connectionLimit;
return connections.length < connectionLimit;
};

@@ -76,0 +76,0 @@

@@ -73,3 +73,3 @@ 'use strict';

});
return connections < connectionLimit;
return connections.length < connectionLimit;
};

@@ -76,0 +76,0 @@

@@ -52,3 +52,3 @@ /* global OT */

const connections = Object.values(state.getStreams()).filter(s => s.videoType === 'camera');
return connections < connectionLimit;
return connections.length < connectionLimit;
};

@@ -55,0 +55,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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