Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-bluetooth-adapter

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.19 to 0.0.20

5

lib/libs/throttle.d.ts

@@ -20,2 +20,5 @@ /**

*/
export function throttle(delay: number, noTrailing?: boolean, callback: Function, debounceMode?: boolean): Function;
export declare function throttle(delay?: any, noTrailing?: any, callback?: any, debounceMode?: any): {
(): void;
cancel: () => void;
};

29

lib/libs/utillib.d.ts

@@ -1,15 +0,16 @@

export function arrayBufferToHexStringArray(buffer: any): string[];
export function hexToArrayBuffer(hex: any): ArrayBufferLike;
export function noop(): void;
export function isEmpty(any: any): boolean;
export function usePromise(): {
promise: Promise<any>;
resolve: undefined;
reject: undefined;
/// <reference types="miniprogram-api-typings" />
export declare const delay: (timeout: any) => Promise<unknown>;
export declare function arrayBufferToHexStringArray(buffer: any): any[];
export declare function hexToArrayBuffer(hex: any): ArrayBufferLike;
export declare function noop(): void;
export declare function isEmpty(any: any): boolean;
export declare function usePromise(): {
promise: Promise<unknown>;
resolve: any;
reject: any;
};
export function isObject(obj: any): boolean;
export function hexToStr(hex: any): string;
export function delay(timeout: any): Promise<any>;
export function pify(api: any, context?: WechatMiniprogram.Wx): (params: any, ...others: any[]) => Promise<any>;
export function appendParams(url: any, data: any): any;
export function tryCallHandler(context: any, eventName: any, ...params: any[]): void;
export declare function isObject(obj: any): boolean;
export declare const pify: (api: any, context?: WechatMiniprogram.Wx) => (params: any, ...others: any[]) => Promise<unknown>;
export declare const appendParams: (url: any, data: any) => any;
export declare const tryCallHandler: (context: any, eventName: any, ...params: any[]) => void;
export declare function hexToStr(hex: any): string;
{
"name": "qcloud-iotexplorer-bluetooth-adapter",
"version": "0.0.19",
"version": "0.0.20",
"description": "",

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

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