Socket
Socket
Sign inDemoInstall

@clack/core

Package Overview
Dependencies
2
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 0.1.9

7

CHANGELOG.md
# @clack/core
## 0.1.9
### Patch Changes
- 1251132: Multiselect: return `Value[]` instead of `Option[]`.
- 8994382: Add a password prompt to `@clack/prompts`
## 0.1.8

@@ -4,0 +11,0 @@

4

dist/index.d.ts

@@ -8,3 +8,3 @@ import { Readable, Writable } from 'node:stream';

initialValue?: any;
validate?: ((value: string) => string | void) | undefined;
validate?: ((value: any) => string | void) | undefined;
input?: Readable;

@@ -76,3 +76,3 @@ output?: Writable;

get cursor(): number;
private get masked();
get masked(): any;
constructor({ mask, ...opts }: PasswordOptions);

@@ -79,0 +79,0 @@ }

{
"name": "@clack/core",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc