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 0.0.33 to 0.0.34

8

yargs/index.d.ts

@@ -21,2 +21,8 @@ // Type definitions for yargs

terminalWidth(): number;
terminalWidth(): number;
terminalWidth(): number;
alias(shortName: string, longName: string): Argv;

@@ -137,3 +143,3 @@ alias(aliases: { [shortName: string]: string }): Argv;

fail(func: (msg: string, err?: Error) => any): Argv;
fail(func: (msg: string, err: Error) => any): Argv;

@@ -140,0 +146,0 @@ coerce<T, U>(key: string|string[], func: (arg: T) => U): Argv;

4

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

@@ -16,3 +16,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "0a6484ee728a389d05df57ba31ac360727b46d60d728ded5c894ff063827ace6"
"typesPublisherContentHash": "e610252bcd82e49bcfb5cd652fd868ab04bec4f92861cb04576ffe68a6ae0d63"
}

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

Additional Details
* Last updated: Tue, 11 Oct 2016 18:47:48 GMT
* Last updated: Wed, 26 Oct 2016 19:23:32 GMT
* File structure: ProperModule

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

@@ -24,3 +24,3 @@ {

"hasPackageJson": false,
"contentHash": "0a6484ee728a389d05df57ba31ac360727b46d60d728ded5c894ff063827ace6"
"contentHash": "e610252bcd82e49bcfb5cd652fd868ab04bec4f92861cb04576ffe68a6ae0d63"
}
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