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

@clack/core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clack/core - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

CHANGELOG.md
# @clack/core
## 0.1.4
### Patch Changes
- ca77da1: Fix multiselect initial value logic
- 8aed606: Fix `MaxListenersExceededWarning` by detaching `stdin` listeners on close
## 0.1.3

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

3

dist/index.d.ts

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

options: T[];
initialValue?: T['value'];
initialValue?: T['value'][];
cursorAt?: T['value'];
}

@@ -93,0 +94,0 @@ declare class MultiSelectPrompt<T extends {

{
"name": "@clack/core",
"version": "0.1.3",
"version": "0.1.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc