Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qcloud-iotexplorer-bluetooth-adapter-llsync

Package Overview
Dependencies
Maintainers
5
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-bluetooth-adapter-llsync - npm Package Compare versions

Comparing version 1.9.0 to 1.9.2

5

lib/h5/StandardDeviceAdapter.d.ts

@@ -82,3 +82,6 @@ import { StandardDeviceAdapter } from '../base';

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

@@ -85,0 +88,0 @@ destroy(): void;

@@ -81,3 +81,6 @@ export declare const StandardDeviceAdapter4Mp: (new (...args: any[]) => {

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

@@ -84,0 +87,0 @@ destroy(): void;

14

package.json
{
"name": "qcloud-iotexplorer-bluetooth-adapter-llsync",
"version": "1.9.0",
"version": "1.9.2",
"description": "",

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

"dependencies": {
"event-emitter-for-miniprogram": "^0.8.0",
"iotexplorer-ui-dev-config": "^1.7.4",
"qcloud-iotexplorer-appdev-sdk": "^1.9.0",
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.0",
"qcloud-iotexplorer-common-libs": "^0.9.0",
"event-emitter-for-miniprogram": "^0.8.2",
"iotexplorer-ui-dev-config": "^1.7.6",
"qcloud-iotexplorer-appdev-sdk": "^1.9.2",
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.2",
"qcloud-iotexplorer-common-libs": "^0.9.2",
"shortid-for-miniprogram": "^2.2.15",

@@ -30,3 +30,3 @@ "spark-md5": "^3.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