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.12.1 to 3.12.2

2

lib/cubeUsers.js

@@ -116,3 +116,3 @@ const config = require('./cubeConfig')

function generateFilter(obj) {
let type = obj.field in DATE_FIELDS ? 'date' : typeof obj.value
let type = DATE_FIELDS.includes(obj.field) ? 'date' : typeof obj.value

@@ -119,0 +119,0 @@ if (Utils.isArray(obj.value)) {

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

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

},
"gitHead": "357ab5b5d9be2e1c3015badb199703b0d8c0df5b"
"gitHead": "efe955ba557da3e4ce980af4a41364e9dfe84e4b"
}

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