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

@govuk-pay/cli

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-pay/cli - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

2

package.json
{
"name": "@govuk-pay/cli",
"version": "0.0.51",
"version": "0.0.52",
"description": "GOV.UK Pay Command Line Interface",

@@ -5,0 +5,0 @@ "bin": {

@@ -43,2 +43,13 @@ # pay-cli

### Shell auto completion
If you want to enable tab completion of commands and parameters then you can run
```
pay completion
```
This will generate a script (for bash or zsh only) which you can put at the end of your .bashrc or .zshrc that will cause your
shell to provide auto completions.
### Config files

@@ -45,0 +56,0 @@

@@ -21,2 +21,3 @@ "use strict";

.wrap(yargsInstance.terminalWidth())
.completion('completion', 'Generate shell (bash/zsh only) auto-completion script. Put the script at the end of your .bashrc or .zshrc')
.parse();

@@ -23,0 +24,0 @@ }

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