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.26.0 to 1.26.1

2

commands/ip_allow.js

@@ -48,3 +48,3 @@ import { writer } from '../writer.js';

})
.command('reset [ips...]', 'Reset the IP allowlist', (yargs) => yargs.usage('$0 ip-allow remove [ips...]').positional('ips', {
.command('reset [ips...]', 'Reset the IP allowlist', (yargs) => yargs.usage('$0 ip-allow reset [ips...]').positional('ips', {
describe: 'The list of IP addresses to reset',

@@ -51,0 +51,0 @@ type: 'string',

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

"type": "module",
"version": "1.26.0",
"version": "1.26.1",
"description": "CLI tool for NeonDB Cloud management",

@@ -90,2 +90,3 @@ "main": "index.js",

"lint": "tsc --noEmit && eslint src --ext .ts && prettier --check .",
"lint:fix": "tsc --noEmit && eslint src --ext .ts --fix && prettier --w .",
"build": "npm run generateParams && npm run clean && tsc && cp src/*.html package*.json README.md ./dist",

@@ -92,0 +93,0 @@ "clean": "rm -rf dist",

@@ -71,3 +71,4 @@ The Neon CLI is a command-line interface that lets you manage [Neon Serverless Postgres](https://neon.tech/) directly from the terminal. For the complete documentation, see [Neon CLI](https://neon.tech/docs/reference/neon-cli).

| [projects](https://neon.tech/docs/reference/cli-projects) | `list`, `create`, `update`, `delete`, `get` | Manage projects |
| [me](../reference/cli-me) | | Show current user |
| [ip-allow](https://neon.tech/docs/reference/cli-ip-allow) | `list`, `add`, `remove`, `reset` | Manage IP Allow |
| [me](https://neon.tech/docs/reference/cli-me) | | Show current user |
| [branches](https://neon.tech/docs/reference/cli-branches) | `list`, `create`, `rename`, `add-compute`, `set-primary`, `delete`, `get` | Manage branches |

@@ -74,0 +75,0 @@ | [databases](https://neon.tech/docs/reference/cli-databases) | `list`, `create`, `delete` | Manage databases |

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