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.25 to 2.3.26

12

lib/protocols/BleComboDualMode/BleComboDualModeDeviceAdapter.d.ts

@@ -37,3 +37,2 @@ import { BleComboLLSyncDeviceAdapterBase } from '../BleComboLLSync';

_deviceRegistered: boolean;
_characteristicsAutoNotified: boolean;
_services: any[];

@@ -46,2 +45,3 @@ characteristicsMap: {};

_batchWriteInterval: number;
baseLogger: import("qcloud-iotexplorer-logger").InsightLogger;
_getNotifyId({ serviceId }?: {

@@ -90,3 +90,3 @@ serviceId?: string;

}): Promise<void>;
autoNotifyCharacteristics(force?: boolean): Promise<void>;
autoNotifyCharacteristics(): Promise<void>;
write(data: any, { writeId, serviceId, }?: {

@@ -136,3 +136,3 @@ writeId?: string;

_normalizeError(error: any): any;
cleanup(action?: string): void;
cleanup(action?: string, optional?: boolean): void;
addCleanupTask(action: any, cleanupFn: any): void;

@@ -161,3 +161,2 @@ removeCleanupTask(action: any): void;

_deviceRegistered: boolean;
_characteristicsAutoNotified: boolean;
_services: any[];

@@ -170,2 +169,3 @@ characteristicsMap: {};

_batchWriteInterval: number;
baseLogger: import("qcloud-iotexplorer-logger").InsightLogger;
_getNotifyId({ serviceId }?: {

@@ -214,3 +214,3 @@ serviceId?: string;

}): Promise<void>;
autoNotifyCharacteristics(force?: boolean): Promise<void>;
autoNotifyCharacteristics(): Promise<void>;
_write(value: any, { writeId, serviceId, }?: {

@@ -252,3 +252,3 @@ writeId?: string;

_normalizeError(error: any): any;
cleanup(action?: string): void;
cleanup(action?: string, optional?: boolean): void;
addCleanupTask(action: any, cleanupFn: any): void;

@@ -255,0 +255,0 @@ removeCleanupTask(action: any): void;

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

_deviceRegistered: boolean;
_characteristicsAutoNotified: boolean;
_services: any[];

@@ -82,2 +81,3 @@ characteristicsMap: {};

_batchWriteInterval: number;
baseLogger: import("qcloud-iotexplorer-logger").InsightLogger;
_getNotifyId({ serviceId }?: {

@@ -126,3 +126,3 @@ serviceId?: string;

}): Promise<void>;
autoNotifyCharacteristics(force?: boolean): Promise<void>;
autoNotifyCharacteristics(): Promise<void>;
write(data: any, { writeId, serviceId, }?: {

@@ -172,3 +172,3 @@ writeId?: string;

_normalizeError(error: any): any;
cleanup(action?: string): void;
cleanup(action?: string, optional?: boolean): void;
addCleanupTask(action: any, cleanupFn: any): void;

@@ -197,3 +197,2 @@ removeCleanupTask(action: any): void;

_deviceRegistered: boolean;
_characteristicsAutoNotified: boolean;
_services: any[];

@@ -206,2 +205,3 @@ characteristicsMap: {};

_batchWriteInterval: number;
baseLogger: import("qcloud-iotexplorer-logger").InsightLogger;
_getNotifyId({ serviceId }?: {

@@ -250,3 +250,3 @@ serviceId?: string;

}): Promise<void>;
autoNotifyCharacteristics(force?: boolean): Promise<void>;
autoNotifyCharacteristics(): Promise<void>;
_write(value: any, { writeId, serviceId, }?: {

@@ -288,3 +288,3 @@ writeId?: string;

_normalizeError(error: any): any;
cleanup(action?: string): void;
cleanup(action?: string, optional?: boolean): void;
addCleanupTask(action: any, cleanupFn: any): void;

@@ -291,0 +291,0 @@ removeCleanupTask(action: any): void;

{
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo",
"version": "2.3.25",
"version": "2.3.26",
"description": "",

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

"qcloud-iotexplorer-appdev-sdk": "^2.3.13",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.20",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.3.24",
"qcloud-iotexplorer-common-libs": "^0.12.15",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.21",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.3.25",
"qcloud-iotexplorer-common-libs": "^0.12.16",
"qcloud-iotexplorer-logger": "^0.0.11",

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

},
"gitHead": "d208071b4debbdfa750bbe038599f9151748bf0b"
"gitHead": "572dae28019e882a5527edc60cd2acb8cc61ac1f"
}
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