Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-appdev-plugin-wificonf-blecombo

Package Overview
Dependencies
Maintainers
5
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.3.7 to 2.3.8

13

lib/protocols/BleComboDualMode/BleComboDualModeDeviceAdapter.d.ts

@@ -43,2 +43,4 @@ import { BleComboLLSyncDeviceAdapterBase } from '../BleComboLLSync';

communicationMode: import("qcloud-iotexplorer-bluetooth-adapter").CommunicationMode;
_batchWriteEnabled: boolean;
_batchWriteInterval: number;
_getNotifyId({ serviceId }?: {

@@ -118,2 +120,6 @@ serviceId?: string;

onScanAdvert(params: any): void;
batchWrite(_data: (string | ArrayBuffer)[], _options: {
writeId?: string;
serviceId?: string;
}): Promise<void>;
_cleanupMap: {};

@@ -131,2 +137,7 @@ _normalizeError(error: any): any;

write(data: any, writeId: any): Promise<void>;
setBatchWriteMode(enabled: boolean, interval?: number): void;
batchWrite(data: (string | ArrayBuffer)[], options: {
writeId?: string;
serviceId?: string;
}): Promise<void>;
bluetoothAdapter: import("qcloud-iotexplorer-bluetooth-adapter").BlueToothAdapter;

@@ -147,2 +158,4 @@ extendInfo: any;

communicationMode: import("qcloud-iotexplorer-bluetooth-adapter").CommunicationMode;
_batchWriteEnabled: boolean;
_batchWriteInterval: number;
_getNotifyId({ serviceId }?: {

@@ -149,0 +162,0 @@ serviceId?: string;

@@ -76,2 +76,4 @@ import { Reporter } from 'qcloud-iotexplorer-appdev-sdk';

communicationMode: import("qcloud-iotexplorer-bluetooth-adapter").CommunicationMode;
_batchWriteEnabled: boolean;
_batchWriteInterval: number;
_getNotifyId({ serviceId }?: {

@@ -151,2 +153,6 @@ serviceId?: string;

onScanAdvert(params: any): void;
batchWrite(_data: (string | ArrayBuffer)[], _options: {
writeId?: string;
serviceId?: string;
}): Promise<void>;
_cleanupMap: {};

@@ -164,2 +170,7 @@ _normalizeError(error: any): any;

write(data: any, writeId: any): Promise<void>;
setBatchWriteMode(enabled: boolean, interval?: number): void;
batchWrite(data: (string | ArrayBuffer)[], options: {
writeId?: string;
serviceId?: string;
}): Promise<void>;
bluetoothAdapter: import("qcloud-iotexplorer-bluetooth-adapter").BlueToothAdapter;

@@ -180,2 +191,4 @@ extendInfo: any;

communicationMode: import("qcloud-iotexplorer-bluetooth-adapter").CommunicationMode;
_batchWriteEnabled: boolean;
_batchWriteInterval: number;
_getNotifyId({ serviceId }?: {

@@ -182,0 +195,0 @@ serviceId?: string;

8

package.json
{
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo",
"version": "2.3.7",
"version": "2.3.8",
"description": "",

@@ -22,4 +22,4 @@ "main": "lib/index.js",

"qcloud-iotexplorer-appdev-sdk": "^2.3.0",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.6",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.3.7",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.7",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.3.8",
"spark-md5": "^3.0.1",

@@ -36,3 +36,3 @@ "tslib": "^2.0.1"

},
"gitHead": "2946157ebe30d9f3353a9eeed0bf1e811f81147b"
"gitHead": "bb94f36227bb64568e17a44a4b177a6f59a85b67"
}
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