@fig/complete-commander
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -23,2 +23,4 @@ "use strict"; | ||
return v.join(","); | ||
if (typeof v === "object") | ||
return undefined; | ||
return String(v); | ||
@@ -25,0 +27,0 @@ } |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11872
161
0
Updatedprettier@^3.2.5