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.4.4 to 1.4.6

LICENSE.md

2

lib/libs/index.d.ts

@@ -1,3 +0,3 @@

export * from './tlvJson';
export * from './util';
export * from './CRC32';
export * from 'qcloud-iotexplorer-common-libs';

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=require("tslib");tslib_1.__exportStar(require("./tlvJson"),exports),tslib_1.__exportStar(require("./util"),exports),tslib_1.__exportStar(require("./CRC32"),exports);
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=require("tslib");tslib_1.__exportStar(require("./util"),exports),tslib_1.__exportStar(require("./CRC32"),exports),tslib_1.__exportStar(require("qcloud-iotexplorer-common-libs"),exports);
//# sourceMappingURL=index.js.map

@@ -1,4 +0,2 @@

import { TlvDataType } from 'qcloud-iotexplorer-common-libs/lib/libs/bluetooth/tlvJson';
export declare const getStrLength: (hex: any) => number;
export * from 'qcloud-iotexplorer-common-libs/lib/utils';
import { TlvDataType } from 'qcloud-iotexplorer-common-libs';
export declare const getUserIdentify: (userId: string) => string;

@@ -5,0 +3,0 @@ export declare const wrapEventHandler: (cb: any, dataType?: TlvDataType) => ({ data }: {

@@ -1,2 +0,2 @@

"use strict";var _this=this;Object.defineProperty(exports,"__esModule",{value:!0}),exports.formatArrayToReportString=exports.encrypt=exports.wrapEventHandler=exports.getUserIdentify=exports.getStrLength=void 0;var tslib_1=require("tslib"),qcloud_iotexplorer_common_libs_1=require("qcloud-iotexplorer-common-libs"),getTlvDataParser=qcloud_iotexplorer_common_libs_1.tlvJson.getTlvDataParser;exports.getStrLength=qcloud_iotexplorer_common_libs_1.tlvJson.getStrLength,tslib_1.__exportStar(require("qcloud-iotexplorer-common-libs/lib/utils"),exports),exports.getUserIdentify=function(e){return qcloud_iotexplorer_common_libs_1.utils.get8ByteFromStr(qcloud_iotexplorer_common_libs_1.utils.md5(e))},exports.wrapEventHandler=function(e,r){void 0===r&&(r="default");var t=getTlvDataParser(r);return function(r){var o=r.data;console.log("event triggered",o);var l=t(o);console.log("----result",l,_this),null!==l&&e(l)}},exports.encrypt=qcloud_iotexplorer_common_libs_1.utils.hmacSHA1,exports.formatArrayToReportString=function(e){return e.join(",")};
"use strict";var _this=this;Object.defineProperty(exports,"__esModule",{value:!0}),exports.formatArrayToReportString=exports.encrypt=exports.wrapEventHandler=exports.getUserIdentify=void 0;var qcloud_iotexplorer_common_libs_1=require("qcloud-iotexplorer-common-libs");exports.getUserIdentify=function(r){return qcloud_iotexplorer_common_libs_1.get8ByteFromStr(qcloud_iotexplorer_common_libs_1.md5(r))},exports.wrapEventHandler=function(r,o){void 0===o&&(o="default");var e=qcloud_iotexplorer_common_libs_1.getTlvDataParser(o);return function(o){var t=o.data;console.log("event triggered",t);var n=e(t);console.log("----result",n,_this),null!==n&&r(n)}},exports.encrypt=qcloud_iotexplorer_common_libs_1.hmacSHA1,exports.formatArrayToReportString=function(r){return r.join(",")};
//# sourceMappingURL=util.js.map
{
"name": "qcloud-iotexplorer-bluetooth-adapter-llsync",
"version": "1.4.4",
"version": "1.4.6",
"description": "",

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

"dependencies": {
"event-emitter-for-miniprogram": "^0.4.4",
"iotexplorer-ui-dev-config": "^1.4.4",
"qcloud-iotexplorer-appdev-sdk": "^1.4.4",
"qcloud-iotexplorer-bluetooth-adapter": "^0.4.4",
"qcloud-iotexplorer-common-libs": "^0.4.4",
"event-emitter-for-miniprogram": "^0.4.6",
"iotexplorer-ui-dev-config": "^1.4.6",
"qcloud-iotexplorer-appdev-sdk": "^1.4.6",
"qcloud-iotexplorer-bluetooth-adapter": "^0.4.6",
"qcloud-iotexplorer-common-libs": "^0.4.6",
"shortid-for-miniprogram": "^2.2.15",

@@ -27,3 +27,3 @@ "spark-md5": "^3.0.1",

},
"gitHead": "0d28bf86e3138d4a5375c897504636bbe223af07"
"gitHead": "4895d79ede474478f1bc05fd88e750f5b7ec93f6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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