Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/yargs

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yargs - npm Package Compare versions

Comparing version 13.0.0 to 13.0.1

2

yargs/index.d.ts

@@ -756,3 +756,3 @@ // Type definitions for yargs 13.0

type MiddlewareFunction<T = {}> = (args: Arguments<T>) => void;
type Choices = ReadonlyArray<string | true | undefined>;
type Choices = ReadonlyArray<string | number | true | undefined>;
type PositionalOptionsType = "boolean" | "number" | "string";

@@ -759,0 +759,0 @@ }

{
"name": "@types/yargs",
"version": "13.0.0",
"version": "13.0.1",
"description": "TypeScript definitions for yargs",

@@ -54,4 +54,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "ba177d8ce098c69fde6038d1da47d06641703bdd8660fe3516a7ea28f3202104",
"typesPublisherContentHash": "2f6dd0326983ad385bbf2b8a48bcd2b45bca39690a244ce0220c7e4bc491c8e0",
"typeScriptVersion": "3.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for yargs ( https://github.com/chevex/yargs ).
This package contains type definitions for yargs (https://github.com/chevex/yargs).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 08 Apr 2019 01:51:31 GMT
* Last updated: Mon, 29 Jul 2019 22:47:34 GMT
* Dependencies: @types/yargs-parser

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Martin Poelstra <https://github.com/poelstra>, Mizunashi Mana <https://github.com/mizunashi-mana>, Jeffery Grajkowski <https://github.com/pushplay>, Jeff Kenney <https://github.com/jeffkenney>, Jimi (Dimitris) Charalampidis <https://github.com/JimiC>, Steffen Viken Valvåg <https://github.com/steffenvv>, Emily Marigold Klassen <https://github.com/forivall>.
These definitions were written by Martin Poelstra <https://github.com/poelstra>, Mizunashi Mana <https://github.com/mizunashi-mana>, Jeffery Grajkowski <https://github.com/pushplay>, Jeff Kenney <https://github.com/jeffkenney>, Jimi (Dimitris) Charalampidis <https://github.com/JimiC>, Steffen Viken Valvåg <https://github.com/steffenvv>, and Emily Marigold Klassen <https://github.com/forivall>.
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