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 10.0.1 to 11.0.0

12

yargs/index.d.ts

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

// Type definitions for yargs 10.0
// Type definitions for yargs 11.0
// Project: https://github.com/chevex/yargs

@@ -265,5 +265,13 @@ // Definitions by: Martin Poelstra <https://github.com/poelstra>

number?: boolean;
/**
* @deprecated since version 6.6.0
* Use 'demandOption' instead
*/
require?: boolean | string;
/**
* @deprecated since version 6.6.0
* Use 'demandOption' instead
*/
required?: boolean | string;
requiresArg?: boolean | string;
requiresArg?: boolean;
skipValidation?: boolean;

@@ -270,0 +278,0 @@ string?: boolean;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "22929d6a43057e6232ff6746e3e173e05c5d8d4070ef93b3f273ec279914a680",
"typesPublisherContentHash": "cc206e82380553e77085db67cf9e4cfc2efb9e903078296d0b635072d729cbbe",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 03 Jan 2018 08:47:03 GMT
* Last updated: Tue, 13 Feb 2018 23:11:26 GMT
* Dependencies: none

@@ -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