Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/yargs-unparser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yargs-unparser - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

yargs-unparser/index.d.ts

@@ -14,5 +14,5 @@ // Type definitions for yargs-unparser 2.0

interface UnparserOptions {
alias?: Record<string, string[]>;
default?: Record<string, string>;
command?: string;
alias?: Record<string, string[]> | undefined;
default?: Record<string, string> | undefined;
command?: string | undefined;
}

@@ -19,0 +19,0 @@

{
"name": "@types/yargs-unparser",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for yargs-unparser",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser",

"dependencies": {},
"typesPublisherContentHash": "f475fbacb10240268bceda48fce696c4ad85f35e4d7efbea48c5025efb04d000",
"typesPublisherContentHash": "0ab2f2807cd08f63aaa1ffa5df08e1c056932171c443b1afab962a380f96129b",
"typeScriptVersion": "3.6"
}

@@ -24,5 +24,5 @@ # Installation

interface UnparserOptions {
alias?: Record<string, string[]>;
default?: Record<string, string>;
command?: string;
alias?: Record<string, string[]> | undefined;
default?: Record<string, string> | undefined;
command?: string | undefined;
}

@@ -41,3 +41,3 @@

### Additional Details
* Last updated: Sun, 06 Jun 2021 16:01:22 GMT
* Last updated: Fri, 02 Jul 2021 16:32:07 GMT
* Dependencies: none

@@ -44,0 +44,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