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

@fig/complete-commander

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fig/complete-commander - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

lib/index.js

@@ -23,2 +23,4 @@ "use strict";

return v.join(",");
if (typeof v === "object")
return undefined;
return String(v);

@@ -25,0 +27,0 @@ }

12

package.json
{
"name": "@fig/complete-commander",
"version": "3.0.0",
"version": "3.1.0",
"description": "Export commander command as a Fig spec",

@@ -31,11 +31,11 @@ "main": "lib/index.js",

"dependencies": {
"prettier": "^3.1.0"
"prettier": "^3.2.5"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/node": "^20.12.13",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"tsx": "^4.1.4",
"typescript": "~5.2.0",
"@withfig/autocomplete-types": "^1.29.0"
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"@withfig/autocomplete-types": "^1.31.0"
},

@@ -42,0 +42,0 @@ "publishConfig": {

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