Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connectycube

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connectycube - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

6

lib/videocalling_conference/cubeConferenceSession.js

@@ -150,4 +150,6 @@ const Utils = require('../cubeInternalUtils');

await this._destroy()
this.localStream.getTracks().forEach(track => track.stop())
this.localStream = void 0
if (this.localStream) {
this.localStream.getTracks().forEach(track => track.stop())
this.localStream = void 0
}
}

@@ -154,0 +156,0 @@

{
"name": "connectycube",
"description": "ConnectyCube chat and video chat JavaScript SDK",
"version": "3.9.0",
"version": "3.9.1",
"homepage": "https://developers.connectycube.com/reactnative",

@@ -78,3 +78,3 @@ "main": "lib/cubeMain.js",

},
"gitHead": "721ff12c7157fcd9cd966a3785259d14d3f0b82d"
"gitHead": "3590a118e398e6b18f13f0016704c64ee7397d8c"
}

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

Sorry, the diff of this file is not supported yet

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