Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-bluetooth-adapter

Package Overview
Dependencies
Maintainers
6
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.12.24 to 3.0.0-alpha.3

dist/esm/base/BlueToothAdapter.js

35

package.json
{
"name": "qcloud-iotexplorer-bluetooth-adapter",
"version": "0.12.24",
"version": "3.0.0-alpha.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"build:lib": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && node ../../bin/minify.js -p bluetooth-adapter-core -t lib",
"build": "npm run build:lib",
"dev": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib --watch"
},
"author": "xiaoyuze88@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tencentyun/qcloud-iotexplorer-appdev-sdk/issues"
},
"license": "MIT",
"author": "xiaoyuze88@gmail.com",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir dist/cjs",
"build:esm": "tsc -p tsconfig.build.json -m es6 --outDir dist/esm",
"clear": "rm -rf dist",
"test": "jest"
},
"dependencies": {
"event-emitter-for-miniprogram": "^0.11.7",
"event-emitter-for-miniprogram": "3.0.0-alpha.3",
"lodash.uniqwith": "^4.5.0",
"qcloud-iotexplorer-appdev-sdk": "^2.3.14",
"qcloud-iotexplorer-common-libs": "^0.12.19",
"qcloud-iotexplorer-logger": "^0.0.11",
"tslib": "^2.0.1"
"qcloud-iotexplorer-appdev-sdk": "3.0.0-alpha.3",
"qcloud-iotexplorer-common-libs": "3.0.0-alpha.3",
"qcloud-iotexplorer-logger": "3.0.0-alpha.3",
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "d65464581fd5eab47dbcb214dcdb68c0288c8659"
"gitHead": "80ebd64b145715280c84af0cbcaf636b61f7fd79"
}
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