Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-common-libs

Package Overview
Dependencies
5
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.19 to 3.0.0-alpha.3

dist/esm/index.js

30

package.json
{
"name": "qcloud-iotexplorer-common-libs",
"version": "0.12.19",
"version": "3.0.0-alpha.3",
"description": "腾讯云IOT前端通用工具库",
"main": "lib/index.js",
"scripts": {
"build:lib": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && node ../../bin/minify.js -p common-libs -t lib",
"build": "npm run build:lib",
"dev": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib --watch"
},
"author": "alexhyzheng@tencent.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tencentyun/qcloud-iotexplorer-appdev-sdk/issues"
},
"license": "MIT",
"author": "alexhyzheng@tencent.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": {
"qcloud-iotexplorer-appdev-sdk": "^2.3.14",
"qcloud-iotexplorer-logger": "^0.0.11",
"qcloud-iotexplorer-logger": "3.0.0-alpha.3",
"rxjs": "^7.8.0",
"shortid-for-miniprogram": "^2.2.15",
"spark-md5": "^3.0.1",
"tslib": "^2.0.1"
"tslib": "^2.1.0"
},

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

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

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc