New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.4 to 0.1.5

6

dist/messages/index.js

@@ -33,3 +33,3 @@ import readline from 'node:readline';

process.stdin.setRawMode(true);
const k = action(key, false);
const k = action(key, true);
if (k === 'abort') {

@@ -70,3 +70,3 @@ done();

if (i == 1)
eye = color.redBright(eye);
eye = eye;
logUpdate('\n' + face(msg.join(' '), { mouth, eye }));

@@ -79,3 +79,3 @@ if (!cancelled)

await sleep(100);
const text = '\n' + face(_message.join(' '), { mouth: useAscii() ? 'u' : i == 1 ? color.red('-') : '◡', eye: useAscii() ? '^' : i == 1 ? color.red('◡') : '◠' });
const text = '\n' + face(_message.join(' '), { mouth: useAscii() ? 'u' : '◡', eye: useAscii() ? '^' : '◠' });
logUpdate(text);

@@ -82,0 +82,0 @@ if (!cancelled)

{
"name": "@astrojs/cli-kit",
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"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