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

@astrojs/cli-kit

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/cli-kit - npm Package Versions

23

0.4.1

Diff

Changelog

Source

0.4.1

Patch Changes

  • 3689076: Adds a new tie option to the say function
natemoo-re
published 0.4.0 •

Changelog

Source

0.4.0

Minor Changes

  • fbec51e: Adds a new tasks utility that displays a spinner for multiple, sequential tasks.

    import { tasks } from "@astrojs/cli-kit";
    
    const queue = [
      {
        pending: "Task 1",
        start: "Task 1 initializing",
        end: "Task 1 completed",
        // async callback will be called and awaited sequentially
        while: () => someAsyncAction(),
      },
      // etc
    ];
    
    const labels = {
      start: "Project initializing...",
      end: "Project initialized!",
    };
    
    await tasks(labels, queue);
    
natemoo-re
published 0.3.1 •

Changelog

Source

0.3.1

Patch Changes

  • de0ef35: Added onError functionality to spinner to handle errors if while arg throws an error
natemoo-re
published 0.3.0 •

Changelog

Source

0.3.0

Minor Changes

  • d1b4e01: Fix types not working properly under moduleResolution: 'node16'
natemoo-re
published 0.2.5 •

Changelog

Source

0.2.5

Patch Changes

  • 98fe7c3: Fix nested promises in say
  • 98fe7c3: Revert Houston wrapping
natemoo-re
published 0.2.4 •

Changelog

Source

0.2.4

Patch Changes

  • 4c8e088: Allow Houston to line wrap
  • fb2f11f: add support for ctrl+n and ctrl+p navigation in multiselect prompt
  • 171a7fe: Allow messages to be async
natemoo-re
published 0.2.3 •

Changelog

Source

0.2.3

Patch Changes

  • 9fd538f: Respect Ctrl + C when spinner is active
natemoo-re
published 0.2.2 •

Changelog

Source

0.2.2

Patch Changes

  • Update project names
natemoo-re
published 0.2.1 •

Changelog

Source

0.2.1

Patch Changes

  • d24e9ee: Fix line spacing for spinner
natemoo-re
published 0.2.0 •

Changelog

Source

0.2.0

Minor Changes

  • d64ab0b: Expose stdout hooks to all functions
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