Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clack/prompts

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clack/prompts - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

8

CHANGELOG.md
# @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 @@

8

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc