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 Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/spinner/index.js
import readline from 'node:readline';
import chalk from 'chalk';
import logUpdate from 'log-update';
import { createLogUpdate } from 'log-update';
import { erase, cursor } from 'sisteransi';

@@ -46,2 +46,3 @@ import { sleep } from '../utils/index.js';

async function gradient(text, { stdin = process.stdin, stdout = process.stdout } = {}) {
const logUpdate = createLogUpdate(stdout);
let i = 0;

@@ -102,3 +103,3 @@ const frames = getGradientAnimFrames();

;
stdout.write(`\n${' '.repeat(5)} ${chalk.green('✔')} ${chalk.green(end)}`);
stdout.write(`${' '.repeat(5)} ${chalk.green('✔')} ${chalk.green(end)}\n`);
}

2

package.json
{
"name": "@astrojs/cli-kit",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts",

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