Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-appdev-plugin-sync-gateway-subdevice

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-appdev-plugin-sync-gateway-subdevice - npm Package Compare versions

Comparing version 2.3.14 to 3.0.0-alpha.3

dist/esm/index.js

28

package.json
{
"name": "qcloud-iotexplorer-appdev-plugin-sync-gateway-subdevice",
"version": "2.3.14",
"version": "3.0.0-alpha.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && node ../../bin/minify.js -p plugin-sync-gateway-subdevice -t lib",
"typing": "cd @types && tsc",
"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/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": {
"qcloud-iotexplorer-appdev-sdk": "^2.3.14",
"tslib": "^2.0.1"
"qcloud-iotexplorer-appdev-sdk": "3.0.0-alpha.3",
"tslib": "^2.1.0"
},

@@ -23,3 +27,3 @@ "publishConfig": {

},
"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