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.4 to 15.0.0

8

yargs/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for yargs 13.0
// Type definitions for yargs 15.0
// Project: https://github.com/chevex/yargs, https://yargs.js.org

@@ -392,2 +392,8 @@ // Definitions by: Martin Poelstra <https://github.com/poelstra>

/**
* Method to execute when a command finishes successfully.
* @param func Is called with the successful result of the command that finished.
*/
onFinishCommand(func: (result: any) => void): Argv<T>;
/**
* This method can be used to make yargs aware of options that could exist.

@@ -394,0 +400,0 @@ * You can also pass an opt object which can hold further customization, like `.alias()`, `.demandOption()` etc. for that option.

4

yargs/package.json
{
"name": "@types/yargs",
"version": "13.0.4",
"version": "15.0.0",
"description": "TypeScript definitions for yargs",

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

},
"typesPublisherContentHash": "37222ee5a663b0260061ab31ce6e21896839ea44a19eedd06a1d4856a40c5797",
"typesPublisherContentHash": "4fb8536f97078e909cdef4dc12a6f8d208218b2c02ada6d2898208d1ee677f94",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Mon, 23 Dec 2019 16:51:07 GMT
* Last updated: Wed, 08 Jan 2020 19:43:42 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