Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-common-libs

Package Overview
Dependencies
12
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.3 to 0.11.0-alpha.0

11

lib/libs/bluetooth/tlvJson/index.d.ts

@@ -15,4 +15,4 @@ import * as constants from './constants';

export declare const tlvHex: string[];
export declare const convertPropertiesTlvToJsObject: (tlvHex: any, templateData: any) => {};
export declare const convertActionControlToTlv: (action: {
export declare const convertPropertiesTlvToJsObject: (tlvHex: any, templateData: any) => Record<string, unknown>;
export interface Action {
actionId: string;

@@ -23,3 +23,4 @@ clientToken: string;

timestamp: number;
}, templateData: any) => {
}
export declare const convertActionControlToTlv: (action: Action, templateData: any) => {
actionIndex: any;

@@ -37,3 +38,3 @@ tlvData: string[];

eventIndex: number;
params: {};
params: Record<string, unknown>;
};

@@ -43,3 +44,3 @@ export declare const convertActionOutputTlvToJsObject: (tlvHex: any, templateData: any) => {

actionIndex: number;
outputParams: {};
outputParams: Record<string, unknown>;
};

@@ -46,0 +47,0 @@ export declare const TlvDataTypeIndexMap: {

{
"name": "qcloud-iotexplorer-common-libs",
"version": "0.10.3",
"version": "0.11.0-alpha.0",
"description": "腾讯云IOT前端通用工具库",

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

"dependencies": {
"qcloud-iotexplorer-appdev-sdk": "^2.1.3",
"qcloud-iotexplorer-appdev-sdk": "^2.2.0-alpha.0",
"spark-md5": "^3.0.1",

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

},
"gitHead": "ef0e77bd73a83705430000eca73494d4d4de41b2"
"gitHead": "3839c2912657ddc5404f57b0b90f85db231f205e"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc