New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formkit/cli

Package Overview
Dependencies
Maintainers
3
Versions
381
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-99a69bd to 1.0.0-beta.9-9a88044

2

dist/index.d.ts
/**
* @internal
*/
export declare function exportInput(inputName: string, options: Record<string, string | undefined>): Promise<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-99a69bd",
"version": "1.0.0-beta.9-9a88044",
"type": "module",

@@ -40,3 +40,4 @@ "description": "FormKit command line interface.",

"dependencies": {
"@formkit/inputs": "1.0.0-beta.9-99a69bd",
"@formkit/inputs": "1.0.0-beta.9-9a88044",
"axios": "^0.27.2",
"chalk": "^5.0.1",

@@ -43,0 +44,0 @@ "commander": "^9.3.0",

@@ -5,2 +5,10 @@ <p align="center"><a href="https://www.formkit.com" target="_blank" rel="noopener noreferrer"><img width="200" src="https://cdn.formk.it/brand-assets/formkit-logo.png" alt="FormKit Logo"></a></p>

The official command line interface for interacting with FormKit.
The official FormKit command line tool.
## Usage
To use this command line tool, simply run:
```sh
$ npx formkit
```

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