New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qcloud-iotexplorer-appdev-plugin-wificonf-airkiss

Package Overview
Dependencies
Maintainers
5
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-appdev-plugin-wificonf-airkiss - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

6

lib/airkiss/AirKissTask.d.ts

@@ -8,7 +8,3 @@ export class AirKissTask {

airKissProcessing: boolean;
airKissPromise: {
resolve: (any: any) => void;
reject: (any: any) => void;
promise: Promise<any>;
};
airKissPromise: import("qcloud-iotexplorer-appdev-sdk/lib/utils").PromiseObj<any>;
sendAirKissData(): Promise<void>;

@@ -15,0 +11,0 @@ startAirKiss(): Promise<any>;

8

package.json
{
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-airkiss",
"version": "1.1.7",
"version": "1.1.8",
"description": "",

@@ -16,7 +16,7 @@ "main": "lib/index.js",

"dependencies": {
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.7",
"qcloud-iotexplorer-appdev-sdk": "^1.1.7",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.8",
"qcloud-iotexplorer-appdev-sdk": "^1.1.9",
"tslib": "^2.0.1"
},
"gitHead": "67d0b4f7fd875422ff186e359aa07f090281985f"
"gitHead": "06ced37b4436e6afe3d1145abd976e25dc0e6b54"
}

@@ -27,3 +27,3 @@ # qcloud-iotexplorer-appdev-plugin-wificonf-airkiss

> step2.开始airkiss配网,配网流程祥见[官方文档](https://cloud.tencent.com/document/product/1081/48406)
> step2.开始airkiss配网,配网流程详见[官方文档](https://cloud.tencent.com/document/product/1081/48406)
```

@@ -30,0 +30,0 @@ import { constants as WifiConfConstants } from 'qcloud-iotexplorer-appdev-plugin-wificonf-core';

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