@formkit/cli
Advanced tools
Comparing version 1.0.0-beta.9-a41bde5 to 1.0.0-beta.9-b83f281
/** | ||
* @internal | ||
*/ | ||
export declare function exportInput(inputName: string): void; | ||
export declare function exportInput(options: Record<string, string | undefined>): Promise<void>; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "@formkit/cli", | ||
"version": "1.0.0-beta.9-a41bde5", | ||
"version": "1.0.0-beta.9-b83f281", | ||
"type": "module", | ||
@@ -40,7 +40,11 @@ "description": "FormKit command line interface.", | ||
"dependencies": { | ||
"@formkit/inputs": "1.0.0-beta.9-a41bde5", | ||
"@formkit/inputs": "1.0.0-beta.9-b83f281", | ||
"axios": "^0.27.2", | ||
"chalk": "^5.0.1", | ||
"commander": "^9.3.0" | ||
"commander": "^9.3.0", | ||
"prompts": "^2.4.2" | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"@types/prompts": "^2.0.14" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
19235
515
5
1
5
+ Addedaxios@^0.27.2
+ Addedprompts@^2.4.2
+ Added@formkit/core@1.0.0-beta.9-b83f281(transitive)
+ Added@formkit/inputs@1.0.0-beta.9-b83f281(transitive)
+ Added@formkit/utils@1.0.0-beta.9-b83f281(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedkleur@3.0.3(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedprompts@2.4.2(transitive)
+ Addedsisteransi@1.0.5(transitive)
- Removed@formkit/core@1.0.0-beta.9-a41bde5(transitive)
- Removed@formkit/inputs@1.0.0-beta.9-a41bde5(transitive)
- Removed@formkit/utils@1.0.0-beta.9-a41bde5(transitive)