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 6.3.2 to 6.3.3

7

yargs/index.d.ts

@@ -68,7 +68,6 @@ // Type definitions for yargs 6.3.0

command(command: string, description: string): Argv;
command(command: string, description: string, handler: (args: Argv) => void): Argv;
command(command: string, description: string, builder: (args: Argv) => Options): Argv;
command(command: string, description: string, builder: (args: Argv) => Argv): Argv;
command(command: string, description: string, builder: { [optionName: string]: Options }): Argv;
command(command: string, description: string, builder: { [optionName: string]: Options }, handler: (args: Argv) => void): Argv;
command(command: string, description: string, builder: (args: Argv) => Options, handler: (args: Argv) => void): Argv;
command(command: string, description: string, builder: { [optionName: string]: Options }, handler: (args: any) => void): Argv;
command(command: string, description: string, builder: (args: Argv) => Argv, handler: (args: any) => void): Argv;
command(command: string, description: string, module: CommandModule): Argv;

@@ -75,0 +74,0 @@ command(module: CommandModule): Argv;

{
"name": "@types/yargs",
"version": "6.3.2",
"description": "TypeScript definitions for yargs 6.3.0",
"version": "6.3.3",
"description": "TypeScript definitions for yargs",
"license": "MIT",

@@ -16,3 +16,3 @@ "author": "Martin Poelstra <https://github.com/poelstra>, Mizunashi Mana <https://github.com/mizunashi-mana>, Jeffery Grajkowski <https://github.com/pushplay>",

"typings": "index.d.ts",
"typesPublisherContentHash": "affdaa3cdd82793d448d1977e83f4fb5d2d146c9e0aa3d565191c8cdfe11f096"
"typesPublisherContentHash": "5b9ebd53cb470e8ffc892ce7228a2cdfc28d2b0cac9e680ffa28646bb57e5edb"
}

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

# Summary
This package contains type definitions for yargs 6.3.0 (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, 14 Nov 2016 19:35:03 GMT
* Last updated: Mon, 28 Nov 2016 16:28:40 GMT
* File structure: ProperModule

@@ -15,0 +15,0 @@ * Library Dependencies: none

@@ -8,3 +8,3 @@ {

"libraryMinorVersion": 3,
"libraryName": "yargs 6.3.0",
"libraryName": "yargs",
"typingsPackageName": "yargs",

@@ -25,3 +25,3 @@ "projectName": "https://github.com/chevex/yargs",

"hasPackageJson": false,
"contentHash": "affdaa3cdd82793d448d1977e83f4fb5d2d146c9e0aa3d565191c8cdfe11f096"
"contentHash": "5b9ebd53cb470e8ffc892ce7228a2cdfc28d2b0cac9e680ffa28646bb57e5edb"
}
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