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

connectycube

Package Overview
Dependencies
Maintainers
1
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 1.0.2 to 1.1.0

6

package.json
{
"name": "connectycube",
"description": "ConnectyCube JavaScript SDK",
"version": "1.0.2",
"version": "1.1.0",
"homepage": "https://connectycube.com/developers/#/Javascript/",

@@ -26,6 +26,6 @@ "main": "src/cubeMain.js",

"maintainers": [
"Cube JS Team <js@connectycube.com>"
"Cube JS Team <support@connectycube.com>"
],
"contributors": [
"Cube JS Team <js@connectycube.com>"
"Cube JS Team <support@connectycube.com>"
],

@@ -32,0 +32,0 @@ "repository": {

@@ -52,4 +52,8 @@ # Overview

# Contribution
See more information at [CONTRIBUTING.md](.github/CONTRIBUTING.md)
# License
Apache 2.0
'use strict';
var config = {
version: '1.0.2',
version: '1.1.0',
creds: {

@@ -33,2 +33,10 @@ appId: '',

'url': 'stun:stun.l.google.com:19302'
},
{
'url': 'stun:turn.connectycube.com'
},
{
'url': 'turn:turn.connectycube.com:5349',
'username': 'connectycube',
'credential': '4c29501ca9207b7fb9c4b4b6b04faeb1'
}

@@ -35,0 +43,0 @@ ]

@@ -114,6 +114,6 @@ 'use strict';

cbRequest.headers[Utils.fromBase64("UUItU0RL")] = 'JS ' + config.version + ' - Client';
cbRequest.headers["CB-SDK"] = 'JS ' + config.version + ' - Client';
if(cbSessionToken) {
cbRequest.headers[Utils.fromBase64("UUItVG9rZW4=")] = cbSessionToken;
cbRequest.headers["CB-Token"] = cbSessionToken;
}

@@ -120,0 +120,0 @@ }

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