Socket
Socket
Sign inDemoInstall

connectycube

Package Overview
Dependencies
Maintainers
2
Versions
101
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.28.1 to 3.29.0

6

lib/cubeProxy.js
const config = require('./cubeConfig')
const Utils = require('./cubeInternalUtils')
console.info('>>>>>>>>>>>>');
const fetchImpl = require('./cubeDependencies').fetchImpl
console.info('>>>>>>>>>>>>', { fetchImpl });
const Utils = require('./cubeInternalUtils');
const fetchImpl = require('./cubeDependencies').fetchImpl;
const formDataImpl = require('./cubeDependencies').formDataImpl

@@ -7,0 +5,0 @@

{
"name": "connectycube",
"description": "ConnectyCube chat and video chat JavaScript SDK",
"version": "3.28.1",
"homepage": "https://developers.connectycube.com/reactnative",
"main": "lib/cubeMain.js",
"license": "Apache-2.0",
"keywords": [
"connectycube",
"messaging",
"videocalling",
"javascript",
"nativescript",
"react-native",
"nodejs",
"sdk",
"cloud",
"api",
"chat",
"videochat",
"communication",
"webrtc",
"storage",
"users",
"push notifications",
"calling"
],
"author": "ConnectyCube team <support@connectycube.com>",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"dist/connectycube.min.js",
"dist/connectycube.min.map"
],
"repository": {
"type": "git",
"url": "https://github.com/ConnectyCube/connectycube-js-sdk-releases"
},
"bugs": {
"url": "https://github.com/ConnectyCube/connectycube-js-sdk-releases/issues"
},
"scripts": {
"build.release": "webpack --config webpack.config.js --env production",
"build.dev": "webpack --config webpack.config.js --env development",
"build.all": "npm run build.release && npm run build.dev",
"docs": "rimraf docs && mkdir docs && jsdoc -c ./jsdoc.conf",
"installDependencies": "npm install && npm install -g jasmine",
"test:browser": "jasmine-browser-runner serve --config=__tests__/support/jasmine-browser.json",
"test:node": "jasmine --config=__tests__/support/jasmine-node.json",
"coverage:node": "nyc --reporter=lcov npm run test:node && open-cli ./coverage/lcov-report/index.html",
"watch": "webpack --watch --config webpack.config.js --env development"
},
"dependencies": {
"@xmpp/client": "0.9.2",
"crypto-js": "4.2.0",
"fbemitter": "3.0.0",
"form-data": "4.0.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "7.24.7",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"ghooks": "^2.0.4",
"jaguarjs-jsdoc": "^1.0.2",
"jasmine": "^5.1.0",
"jasmine-browser-runner": "^2.4.0",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "^7.0.0",
"jsdoc": "4.0.3",
"nyc": "^15.1.0",
"open-cli": "^8.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"gitHead": "8a61a85ada70d08960fcd98b8fb40ebcf455e7bd"
"name": "connectycube",
"description": "ConnectyCube chat and video chat JavaScript SDK",
"version": "3.29.0",
"homepage": "https://developers.connectycube.com/reactnative",
"main": "lib/cubeMain.js",
"license": "Apache-2.0",
"keywords": [
"connectycube",
"messaging",
"videocalling",
"javascript",
"nativescript",
"react-native",
"nodejs",
"sdk",
"cloud",
"api",
"chat",
"videochat",
"communication",
"webrtc",
"storage",
"users",
"push notifications",
"calling"
],
"author": "ConnectyCube team <support@connectycube.com>",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"dist/connectycube.min.js",
"dist/connectycube.min.map"
],
"repository": {
"type": "git",
"url": "https://github.com/ConnectyCube/connectycube-js-sdk-releases"
},
"bugs": {
"url": "https://github.com/ConnectyCube/connectycube-js-sdk-releases/issues"
},
"scripts": {
"build.release": "webpack --config webpack.config.js --env production",
"build.dev": "webpack --config webpack.config.js --env development",
"build.all": "npm run build.release && npm run build.dev",
"docs": "rimraf docs && mkdir docs && jsdoc -c ./jsdoc.conf",
"installDependencies": "npm install && npm install -g jasmine",
"test:browser": "jasmine-browser-runner serve --config=__tests__/support/jasmine-browser.json",
"test:node": "jasmine --config=__tests__/support/jasmine-node.json",
"coverage:node": "nyc --reporter=lcov npm run test:node && open-cli ./coverage/lcov-report/index.html",
"watch": "webpack --watch --config webpack.config.js --env development"
},
"dependencies": {
"@xmpp/client": "0.9.2",
"crypto-js": "4.2.0",
"fbemitter": "3.0.0",
"form-data": "4.0.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "7.24.7",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"ghooks": "^2.0.4",
"jaguarjs-jsdoc": "^1.0.2",
"jasmine": "^5.1.0",
"jasmine-browser-runner": "^2.4.0",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "^7.0.0",
"jsdoc": "4.0.3",
"nyc": "^15.1.0",
"open-cli": "^8.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}

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