@clack/prompts
Advanced tools
Comparing version 0.8.1 to 0.8.2
# @clack/prompts | ||
## 0.8.2 | ||
### Patch Changes | ||
- Updated dependencies [4845f4f] | ||
- Updated dependencies [d7b2fb9] | ||
- @clack/core@0.3.5 | ||
## 0.8.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@clack/prompts", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"type": "module", | ||
@@ -50,7 +50,6 @@ "main": "./dist/index.cjs", | ||
], | ||
"packageManager": "pnpm@8.6.12", | ||
"dependencies": { | ||
"picocolors": "^1.0.0", | ||
"sisteransi": "^1.0.5", | ||
"@clack/core": "0.3.4" | ||
"@clack/core": "0.3.5" | ||
}, | ||
@@ -60,5 +59,2 @@ "devDependencies": { | ||
}, | ||
"bundledDependencies": [ | ||
"is-unicode-supported" | ||
], | ||
"scripts": { | ||
@@ -65,0 +61,0 @@ "build": "unbuild" |
@@ -175,1 +175,16 @@ # `@clack/prompts` | ||
``` | ||
### Logs | ||
```js | ||
import { log } from '@clack/prompts'; | ||
log.info('Info!'); | ||
log.success('Success!'); | ||
log.step('Step!'); | ||
log.warn('Warn!'); | ||
log.error('Error!'); | ||
log.message('Hello, World', { symbol: color.cyan('~') }); | ||
``` | ||
[clack-log-prompts](https://github.com/natemoo-re/clack/blob/main/.github/assets/clack-logs.png) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
2
190
0
147887
11
328
+ Added@clack/core@0.3.5(transitive)
- Removed@clack/core@0.3.4(transitive)
Updated@clack/core@0.3.5