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

@lemoncode/fonk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lemoncode/fonk - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@lemoncode/fonk",
"version": "1.2.0",
"version": "1.2.1",
"description": "Form schema validator library",

@@ -5,0 +5,0 @@ "main": "dist/@lemoncode/fonk.cjs.js",

@@ -37,3 +37,5 @@ import { ValidationResult } from './result.model';

export interface FullFieldValidation {
validator: FieldValidationFunctionSyncAsync;
validator:
| FieldValidationFunctionSyncAsync
| { validator: FieldValidationFunctionSyncAsync };
customArgs?: any;

@@ -40,0 +42,0 @@ message?: string | string[];

@@ -35,3 +35,5 @@ import { ValidationResult } from './result.model';

export interface FullRecordValidation {
validator: RecordValidationFunctionSyncAsync;
validator:
| RecordValidationFunctionSyncAsync
| { validator: RecordValidationFunctionSyncAsync };
message?: string | string[];

@@ -38,0 +40,0 @@ }

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