Socket
Socket
Sign inDemoInstall

bandersnatch

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandersnatch - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.8.3](https://github.com/hongaar/bandersnatch/compare/v1.8.2...v1.8.3) (2021-09-26)
### Bug Fixes
* **deps:** update dependency yargs to v17.2.1 ([#313](https://github.com/hongaar/bandersnatch/issues/313)) ([65d2fd5](https://github.com/hongaar/bandersnatch/commit/65d2fd57f00dec73308175578a99b46521df7e70))
## [1.8.2](https://github.com/hongaar/bandersnatch/compare/v1.8.1...v1.8.2) (2021-09-23)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.8.2",
"version": "1.8.3",
"repository": {

@@ -54,3 +54,3 @@ "type": "git",

"husky": "7.0.2",
"jest": "27.2.1",
"jest": "27.2.2",
"leasot": "12.0.0",

@@ -57,0 +57,0 @@ "mock-argv": "2.0.6",

@@ -17,3 +17,3 @@ # bandersnatch

- 💬 Prompts for missing arguments
- 🔜 Autocompletes arguments
- 🔜 Autocompletion
- 🔙 Command history

@@ -34,3 +34,2 @@ - 🤯 Fully typed

- [Getting started](#getting-started)

@@ -228,4 +227,4 @@ - [Installation](#installation)

The REPL can autocomplete commands, arguments and options. Try typing only the
letter `r` and then hit _TAB_. This works for options as well:
The REPL can autocomplete commands, arguments, options and choices. Try typing
only the letter `r` and then hit _TAB_. This works for options as well:

@@ -743,4 +742,3 @@ ```

- [ ] Consider resolving ambiguity in _prompt_ param/method
- [ ] Async autocomplete method
- [ ] Choices autocompletion in REPL mode (open upstream PR in yargs)
- [ ] Async autocomplete method for arg values

@@ -747,0 +745,0 @@ ## Contributing

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