@goldstack/utils-log
Advanced tools
+4
-5
| { | ||
| "name": "@goldstack/utils-log", | ||
| "version": "0.3.30", | ||
| "version": "0.3.31", | ||
| "description": "Utilities for emitting logs.", | ||
@@ -31,12 +31,11 @@ "keywords": [ | ||
| "prepublishOnly": "yarn run build", | ||
| "publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
| "publish": "yarn npm publish --tolerate-republish", | ||
| "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
| "version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
| "version:apply": "yarn version $@ && yarn version apply", | ||
| "version:apply:force": "yarn version $@ && yarn version apply" | ||
| }, | ||
| "dependencies": { | ||
| "@goldstack/utils-cli": "0.3.28" | ||
| "@goldstack/utils-cli": "0.3.29" | ||
| }, | ||
| "devDependencies": { | ||
| "@goldstack/utils-git": "0.2.23", | ||
| "@swc/core": "^1.15.8", | ||
@@ -43,0 +42,0 @@ "@swc/jest": "^0.2.39", |
+17
-0
@@ -0,3 +1,20 @@ | ||
| [](https://badge.fury.io/js/%40goldstack%2Futils-log) | ||
| # Goldstack Log Utilities | ||
| Very simple log utility used in the [Goldstack template framework](https://github.com/goldstack/goldstack/tree/master/workspaces/templates-lib#goldstack-template-framework). | ||
| This utility has been developed for the [Goldstack](https://goldstack.party) starter project builder. Check it out for starting your next project ❤️ | ||
| ## Installation | ||
| ```bash | ||
| npm install @goldstack/utils-log | ||
| ``` | ||
| ## Usage | ||
| ```typescript | ||
| import { log } from '@goldstack/utils-log'; | ||
| log('Hello World'); | ||
| ``` |
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
5688
6.68%7
-12.5%21
425%+ Added
- Removed
Updated