Socket
Socket
Sign inDemoInstall

@commander-js/extra-typings

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commander-js/extra-typings - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

2

index.d.ts

@@ -694,3 +694,3 @@

*/
action(fn: (...args: [...Args, Opts, this]) => void | Promise<void>): this;
action(fn: (this: this, ...args: [...Args, Opts, this]) => void | Promise<void>): this;

@@ -697,0 +697,0 @@ /**

{
"name": "@commander-js/extra-typings",
"version": "12.0.0",
"version": "12.0.1",
"description": "Infer strong typings for commander options and action handlers",

@@ -5,0 +5,0 @@ "main": "index.js",

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