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.5 to 0.1.6

3

dist/messages/index.js

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

done();
if (process.stdin.isTTY)
process.stdin.setRawMode(false);
process.stdin.removeAllListeners('keypress');
};
export const label = (text, c = color.bgHex('#883AE2'), t = color.whiteBright) => c(` ${t(text)} `);

2

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