Socket
Socket
Sign inDemoInstall

@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.6 to 13.0.7

7

yargs v13/index.d.ts

@@ -33,2 +33,7 @@ // Type definitions for yargs 13.0

type ParserConfigurationOptions = Configuration & {
/** Sort commands alphabetically. Default is `false` */
'sort-commands': boolean;
};
/**

@@ -425,3 +430,3 @@ * The type parameter `T` is the expected shape of the parsed options.

/** Allows to configure advanced yargs features. */
parserConfiguration(configuration: Partial<Configuration>): Argv<T>;
parserConfiguration(configuration: Partial<ParserConfigurationOptions>): Argv<T>;

@@ -428,0 +433,0 @@ /**

4

yargs v13/package.json
{
"name": "@types/yargs",
"version": "13.0.6",
"version": "13.0.7",
"description": "TypeScript definitions for yargs",

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

},
"typesPublisherContentHash": "6277e48cf40a9a309249fe48f8ed71f5023b487808711d986f5b581ae561d44d",
"typesPublisherContentHash": "6c911ce327cbccdeef5d3dd2b03e53cb4e431f8b053d826ed844864cccdc9cc1",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 21 Jan 2020 23:54:39 GMT
* Last updated: Mon, 27 Jan 2020 19:30:52 GMT
* Dependencies: [@types/yargs-parser](https://npmjs.com/package/@types/yargs-parser)

@@ -14,0 +14,0 @@ * Global values: none

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