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.6
to
0.0.7
+3
-2
package.json
{
"name": "nodeqim",
"version": "0.0.6",
"version": "0.0.7",
"description": "qcloud im for nodejs",

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

"dependencies": {
"axios": "^0.19.1"
"axios": "^0.19.1",
"axios-https-proxy-fix": "^0.17.1"
}
}

@@ -48,2 +48,5 @@ 'use strict';

},
setProxy: function (proxy){
im.setProxy(proxy);
},
/** 登录相关 */

@@ -58,3 +61,3 @@ login: function(sdkAppId, userId, userSig){

userSig: userSig
}, this.inner_listeners, {isLogOn: false},
}, this.inner_listeners, {isLogOn: true},
(rsp)=>{

@@ -61,0 +64,0 @@ this._is_im_login = true;

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