Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-appdev-plugin-wificonf-blecombo

Package Overview
Dependencies
19
Maintainers
6
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.32 to 3.0.0-alpha.3

dist/esm/index.js

44

package.json
{
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo",
"version": "2.3.32",
"version": "3.0.0-alpha.3",
"description": "",
"main": "lib/index.js",
"keywords": [

@@ -11,30 +10,33 @@ "ble",

],
"bugs": {
"url": "https://github.com/tencentyun/qcloud-iotexplorer-appdev-sdk/issues"
},
"license": "MIT",
"author": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"start": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib -w",
"build": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --sourceMap --outDir lib && node ../../bin/minify.js -p plugin-wificonf-blecombo -t lib",
"pack": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && npm pack",
"typing": "cd @types && tsc",
"dev": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib --watch"
"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": {
"iotexplorer-ui-dev-config": "^1.8.11",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^2.3.20",
"qcloud-iotexplorer-appdev-sdk": "^2.3.14",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.24",
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.3.31",
"qcloud-iotexplorer-common-libs": "^0.12.19",
"qcloud-iotexplorer-logger": "^0.0.11",
"iotexplorer-ui-dev-config": "3.0.0-alpha.3",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "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-bluetooth-adapter-llsync": "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"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tencentyun/qcloud-iotexplorer-appdev-sdk/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"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