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

@formkit/rules

Package Overview
Dependencies
Maintainers
2
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/rules - npm Package Compare versions

Comparing version 1.0.0-beta.6-99a0581 to 1.0.0-beta.6-a985528

7

dist/index.d.ts

@@ -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

8

package.json
{
"name": "@formkit/rules",
"version": "1.0.0-beta.6-99a0581",
"version": "1.0.0-beta.6-a985528",
"type": "module",

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

"dependencies": {
"@formkit/core": "1.0.0-beta.6-99a0581",
"@formkit/utils": "1.0.0-beta.6-99a0581",
"@formkit/validation": "1.0.0-beta.6-99a0581"
"@formkit/core": "1.0.0-beta.6-a985528",
"@formkit/utils": "1.0.0-beta.6-a985528",
"@formkit/validation": "1.0.0-beta.6-a985528"
}
}

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