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

@formkit/cli

Package Overview
Dependencies
Maintainers
3
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/cli - npm Package Compare versions

Comparing version 1.0.0-beta.9-a41bde5 to 1.0.0-beta.9-b3c528a

2

dist/index.d.ts
/**
* @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-b3c528a",
"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-b3c528a",
"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

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