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.0 to 1.11.1

3

lib/types/baseArg.d.ts

@@ -35,2 +35,5 @@ import type { InferredOptionType, Options, PositionalOptions } from 'yargs';

choices: ReadonlyArray<infer C>;
variadic: true;
} ? C[] : O extends {
choices: ReadonlyArray<infer C>;
optional: true;

@@ -37,0 +40,0 @@ } ? C | undefined : O extends {

2

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

@@ -6,0 +6,0 @@ "type": "git",

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