Socket
Socket
Sign inDemoInstall

@formkit/pro

Package Overview
Dependencies
Maintainers
3
Versions
490
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/pro - npm Package Compare versions

Comparing version 1.0.0-alpha.37-0ef8ba8 to 1.0.0-alpha.37-8018fed

datepicker/datepicker.ts

16

index.d.ts

@@ -60,2 +60,8 @@ import { FormKitExtendableSchemaRoot } from '@formkit/core';

/**
* Input definition for a datepicker input.
* @public
*/
export declare const datepicker: FormKitProInput;
/**
* Input definition for a dropdown input.

@@ -109,3 +115,5 @@ * @public

autocomplete,
taglist
datepicker,
taglist,
mask
}

@@ -116,2 +124,8 @@ }

/**
* Input definition for a mask input.
* @public
*/
export declare const mask: FormKitProInput;
/**
* Input definition for a rating input.

@@ -118,0 +132,0 @@ * @public

4

package.json
{
"name": "@formkit/pro",
"version": "1.0.0-alpha.37-0ef8ba8",
"version": "1.0.0-alpha.37-8018fed",
"description": "FormKit Pro — Form inputs and tools for high quality forms.",

@@ -40,5 +40,5 @@ "main": "index.cjs",

"dependencies": {
"@formkit/inputs": "next"
"@formkit/inputs": "latest"
},
"type": "module"
}

Sorry, the diff of this file is not supported yet

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