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.11.2 to 1.12.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.12.0](https://github.com/hongaar/bandersnatch/compare/v1.11.2...v1.12.0) (2023-04-03)
### Bug Fixes
* **deps:** bump yargs and @types/yargs ([#427](https://github.com/hongaar/bandersnatch/issues/427)) ([cf636e1](https://github.com/hongaar/bandersnatch/commit/cf636e19958681f7a23df4e08765e3a5f54c5d7a))
### Features
* add requires and excludes ([#434](https://github.com/hongaar/bandersnatch/issues/434)) ([24982cb](https://github.com/hongaar/bandersnatch/commit/24982cb92f0f55336950a6a0dd9cb4ea21f92f27))
## [1.11.2](https://github.com/hongaar/bandersnatch/compare/v1.11.1...v1.11.2) (2023-04-03)

@@ -2,0 +14,0 @@

4

package.json
{
"name": "bandersnatch",
"version": "1.11.2",
"version": "1.12.0",
"description": "Simple TypeScript CLI / REPL framework",

@@ -57,3 +57,3 @@ "keywords": [

"dependencies": {
"@types/yargs": "17.0.10",
"@types/yargs": "17.0.24",
"enquirer": "^2.3.6",

@@ -60,0 +60,0 @@ "string-argv": "^0.3.1",

@@ -499,2 +499,6 @@ # bandersnatch [![npm](https://img.shields.io/npm/v/bandersnatch)](https://www.npmjs.com/package/bandersnatch)

- `coerce` (function) transform function for this argument value (untyped).
- `requires` (string|array) make another option or argument required if the
argument is present
- `excludes` (string|array) exclude another options or argument if the
argument is present

@@ -508,3 +512,3 @@ #### `command.option(name, options)`

option. Object with any of these keys:
- `description` (string, optional) is used in help output.
- `description` (string) is used in help output.
- `type` (string) one of `"array"|"boolean"|"count"|"number"|"string"` which

@@ -521,2 +525,7 @@ determines the runtime type of the argument. Use count for the number of

- `coerce` (function) transform function for this option value (untyped).
- `required` (boolean) makes the option required.
- `requires` (string|array) make another option or argument required if the
option is present
- `excludes` (string|array) exclude another options or argument if the option
is present

@@ -523,0 +532,0 @@ #### `command.add(command)`

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