@goldstack/utils-log
Advanced tools
+3
-4
| { | ||
| "name": "@goldstack/utils-log", | ||
| "version": "0.3.31", | ||
| "version": "0.3.33", | ||
| "description": "Utilities for emitting logs.", | ||
@@ -33,7 +33,6 @@ "keywords": [ | ||
| "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
| "version:apply": "yarn version $@ && yarn version apply", | ||
| "version:apply:force": "yarn version $@ && yarn version apply" | ||
| "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch" | ||
| }, | ||
| "dependencies": { | ||
| "@goldstack/utils-cli": "0.3.29" | ||
| "@goldstack/utils-cli": "0.3.31" | ||
| }, | ||
@@ -40,0 +39,0 @@ "devDependencies": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
5704
0.28%+ Added
- Removed
Updated