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

@types/command-line-commands

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/command-line-commands - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

command-line-commands/index.d.ts

@@ -10,3 +10,3 @@ /**

declare function commandLineCommands(
commands: (string | null)[],
commands: Array<string | null>,
argv?: string[],

@@ -13,0 +13,0 @@ ): { command: string | null; argv: string[] };

{
"name": "@types/command-line-commands",
"version": "2.0.4",
"version": "2.0.5",
"description": "TypeScript definitions for command-line-commands",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-commands",

"dependencies": {},
"typesPublisherContentHash": "3fbaed1a4b2fcb9ae4a500ef1ca0f7112be80b2e341a6d2a5ea398daf5a924eb",
"typesPublisherContentHash": "99427cbcadf76f46c703091a8508c020681a9d090c7f271ef67676666588038f",
"typeScriptVersion": "4.5"
}

@@ -20,3 +20,3 @@ # Installation

declare function commandLineCommands(
commands: (string | null)[],
commands: Array<string | null>,
argv?: string[],

@@ -30,3 +30,3 @@ ): { command: string | null; argv: string[] };

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -33,0 +33,0 @@

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