Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-appdev-sdk

Package Overview
Dependencies
Maintainers
6
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-appdev-sdk - npm Package Compare versions

Comparing version 3.0.108 to 3.0.109

2

dist/cjs/AppDevSdk.js

@@ -160,3 +160,3 @@ "use strict";

const { Data: { FamilyId } } = await this.requestApi('AppCreateFamily', {
Name: this.loginManager.nickName,
Name: this.loginManager.nickName || `${(0, utils_1.shortid)()}的家`,
});

@@ -163,0 +163,0 @@ return resolve(FamilyId);

@@ -5,3 +5,3 @@ import { __rest } from "tslib";

import { LoginManager, IotWebsocket, requestTokenApi, appDevSdkLogger, } from './modules';
import { delay, noop, genVerifyLoginFailError, isVerifyLoginError, envDetect, normalizeError, } from './utils';
import { delay, noop, genVerifyLoginFailError, isVerifyLoginError, envDetect, normalizeError, shortid, } from './utils';
import * as utils from './utils';

@@ -157,3 +157,3 @@ import * as constants from './constants';

const { Data: { FamilyId } } = await this.requestApi('AppCreateFamily', {
Name: this.loginManager.nickName,
Name: this.loginManager.nickName || `${shortid()}的家`,
});

@@ -160,0 +160,0 @@ return resolve(FamilyId);

{
"name": "qcloud-iotexplorer-appdev-sdk",
"version": "3.0.108",
"version": "3.0.109",
"description": "",

@@ -21,6 +21,6 @@ "bugs": {

"dependencies": {
"event-emitter-for-miniprogram": "3.0.108",
"event-emitter-for-miniprogram": "3.0.109",
"js-base64": "^3.2.4",
"qcloud-iotexplorer-common-libs": "3.0.108",
"qcloud-iotexplorer-logger": "3.0.108",
"qcloud-iotexplorer-common-libs": "3.0.109",
"qcloud-iotexplorer-logger": "3.0.109",
"query-string": "^6.9.0",

@@ -33,3 +33,3 @@ "shortid-for-miniprogram": "^2.2.15",

},
"gitHead": "e87d17a996354fa29e2afff04eddda44e9943d32"
"gitHead": "bbfc4eb01b8168cae907c1d853d6542d1d8e8a27"
}

Sorry, the diff of this file is not supported yet

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