You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@formkit/rules

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/rules - npm Package Compare versions

Comparing version

to
1.0.0-beta.6-f937439

@@ -18,2 +18,9 @@ import { FormKitValidationRule } from '@formkit/validation';

/**
* Determine if the given input's value is only alpha characters.
* @param context - The FormKitValidationContext
* @public
*/
export declare const alpha_spaces: FormKitValidationRule;
/**
* Determine if the given input's value is only alpha or numeric characters.

@@ -20,0 +27,0 @@ * @param context - The FormKitValidationContext

{
"name": "@formkit/rules",
"version": "1.0.0-beta.6-f176425",
"version": "1.0.0-beta.6-f937439",
"type": "module",

@@ -37,6 +37,6 @@ "description": "Validation rules for FormKit",

"dependencies": {
"@formkit/core": "1.0.0-beta.6-f176425",
"@formkit/utils": "1.0.0-beta.6-f176425",
"@formkit/validation": "1.0.0-beta.6-f176425"
"@formkit/core": "1.0.0-beta.6-f937439",
"@formkit/utils": "1.0.0-beta.6-f937439",
"@formkit/validation": "1.0.0-beta.6-f937439"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet