Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-logger

Package Overview
Dependencies
1
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 3.0.0-alpha.3

dist/esm/constants.js

29

package.json
{
"name": "qcloud-iotexplorer-logger",
"version": "0.0.11",
"version": "3.0.0-alpha.3",
"description": "",
"main": "lib/index.js",
"license": "MIT",
"author": "alexhyzheng@tencent.com",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build:lib": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && node ../../bin/minify.js -p logger -t lib",
"build": "npm run build:lib",
"dev": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib --watch",
"debug:local": "nodemon --ext js,ts --exec node -r ts-node/register --inspect ./src/test.ts"
"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"
},
"author": "alexhyzheng@tencent.com",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"dependencies": {
"tslib": "^2.1.0"
},

@@ -22,6 +25,6 @@ "devDependencies": {

},
"dependencies": {
"tslib": "^2.0.1"
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"gitHead": "51eee68d2e99e79ae0ba2b649cb40813e744dc0e"
"gitHead": "80ebd64b145715280c84af0cbcaf636b61f7fd79"
}
{
"extends": "../../tsconfig.build.json",
"extends": "../../tsconfig.base.json",
"include": [
"src",
"../../global.d.ts"
"test",
],
"compilerOptions": {
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"outDir": "./lib"
}
"declarationDir": "./dist/types"
},
}
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