Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-bluetooth-adapter-llsync

Package Overview
Dependencies
17
Maintainers
6
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.31 to 3.0.0-alpha.3

dist/esm/base/index.js

38

package.json
{
"name": "qcloud-iotexplorer-bluetooth-adapter-llsync",
"version": "2.3.31",
"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-llsync -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",
"iotexplorer-ui-dev-config": "^1.8.11",
"qcloud-iotexplorer-appdev-sdk": "^2.3.14",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.24",
"qcloud-iotexplorer-common-libs": "^0.12.19",
"qcloud-iotexplorer-logger": "^0.0.11",
"event-emitter-for-miniprogram": "3.0.0-alpha.3",
"iotexplorer-ui-dev-config": "3.0.0-alpha.3",
"qcloud-iotexplorer-appdev-sdk": "3.0.0-alpha.3",
"qcloud-iotexplorer-bluetooth-adapter": "3.0.0-alpha.3",
"qcloud-iotexplorer-common-libs": "3.0.0-alpha.3",
"qcloud-iotexplorer-logger": "3.0.0-alpha.3",
"shortid-for-miniprogram": "^2.2.15",
"spark-md5": "^3.0.1",
"tslib": "^2.0.1"
"tslib": "^2.1.0"
},

@@ -30,3 +34,3 @@ "publishConfig": {

},
"gitHead": "e1b02894801073047c2e678957d12e7c44959da2"
"gitHead": "80ebd64b145715280c84af0cbcaf636b61f7fd79"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc