New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neonctl

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neonctl - npm Package Compare versions

Comparing version 1.23.2 to 1.23.3

5

help.js

@@ -26,2 +26,7 @@ import cliui from 'cliui';

const [command, description] = splitColumns(line);
// patch the previous command if it was multiline
if (!description && ui.rows.length > 1) {
ui.rows[ui.rows.length - 2][0].text += command;
return;
}
ui.div(chalk.cyan(command));

@@ -28,0 +33,0 @@ ui.div({

2

package.json

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "1.23.2",
"version": "1.23.3",
"description": "CLI tool for NeonDB Cloud management",

@@ -11,0 +11,0 @@ "main": "index.js",

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