@cobber/log
Advanced tools
+0
-3
| 'use strict'; | ||
| const log = require("npmlog"); | ||
| // 开启debug模式,重新设置level,便于输出debug信息 | ||
| log.level = process.env.DEBUG_LEVEL ? process.env.DEBUG_LEVEL : 'info'; | ||
| // 修改前缀,统一为cobber | ||
@@ -8,0 +5,0 @@ log.heading = 'cobber'; |
+2
-2
| { | ||
| "name": "@cobber/log", | ||
| "version": "1.0.14", | ||
| "version": "1.0.15", | ||
| "description": "> TODO: description", | ||
@@ -26,3 +26,3 @@ "author": "不动声色 <1609059419@qq.com>", | ||
| }, | ||
| "gitHead": "684b1891d81d62a8e7f9358d000fa2a0f9d9cc64", | ||
| "gitHead": "e1ccd149f74480902d90a8160690e1565abcab04", | ||
| "dependencies": { | ||
@@ -29,0 +29,0 @@ "npmlog": "^5.0.0" |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
0
-100%852
-14.11%5
-28.57%