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

qcloud-iotexplorer-appdev-plugin-wificonf-blecombo

Package Overview
Dependencies
Maintainers
5
Versions
188
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 1.9.0 to 1.9.2

10

lib/protocols/BleComboDualMode/BleComboDualModeDeviceAdapter.d.ts

@@ -107,3 +107,6 @@ import { BleComboLLSyncDeviceAdapterBase } from '../BleComboLLSync';

}): Promise<void>;
setBLEMTU(params: any): any;
setBLEMTU(params: {
deviceId?: string;
mtu: number;
}): any;
getBLEDeviceRSSI(): any;

@@ -199,3 +202,6 @@ destroy(): void;

}): Promise<void>;
setBLEMTU(params: any): any;
setBLEMTU(params: {
deviceId?: string;
mtu: number;
}): any;
getBLEDeviceRSSI(): any;

@@ -202,0 +208,0 @@ destroy(): void;

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

}): Promise<void>;
setBLEMTU(params: any): any;
setBLEMTU(params: {
deviceId?: string;
mtu: number;
}): any;
getBLEDeviceRSSI(): any;

@@ -232,3 +235,6 @@ destroy(): void;

}): Promise<void>;
setBLEMTU(params: any): any;
setBLEMTU(params: {
deviceId?: string;
mtu: number;
}): any;
getBLEDeviceRSSI(): any;

@@ -235,0 +241,0 @@ destroy(): void;

14

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

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

"dependencies": {
"iotexplorer-ui-dev-config": "^1.7.4",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.9.0",
"qcloud-iotexplorer-appdev-sdk": "^1.9.0",
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.0",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.9.0",
"iotexplorer-ui-dev-config": "^1.7.6",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.9.2",
"qcloud-iotexplorer-appdev-sdk": "^1.9.2",
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.2",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.9.2",
"spark-md5": "^3.0.1",

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

},
"gitHead": "b5838d85e9fbd3444bbddcfd843d2bedd85d69dd"
"gitHead": "902a3ca640cb46524c3f7a1e9f66897db59be629"
}
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