Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nodeqim

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeqim - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
package.json
{
"name": "nodeqim",
"version": "0.0.2",
"version": "0.0.3",
"description": "qcloud im for nodejs",

@@ -5,0 +5,0 @@ "main": "qim/qim.js",

@@ -130,7 +130,7 @@ 'use strict';

function (rsp) {
var data = [];
if (!rsp.GroupIdList || rsp.GroupIdList.length == 0) {
//alert('您目前还没有加入任何群组');
callback(0, data);
return;
}
var data = [];
}
for (var i = 0; i < rsp.GroupIdList.length; i++) {

@@ -137,0 +137,0 @@ var group_id = rsp.GroupIdList[i].GroupId;

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