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

@altiore/form

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altiore/form - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

2

dist/@common/types.d.ts

@@ -63,3 +63,3 @@ import { MouseEventHandler, MutableRefObject } from 'react';

export declare type ValidateFunc<ValueType = any> = (value: ValueType, fieldName?: string, getFieldValueByName?: (name: string) => any) => string | undefined;
export declare type ReusableValidator<CheckType, ValueType = any> = (getMessage: null | undefined | string | ((value: ValueType, forCheck: CheckType) => string), forCheck?: CheckType) => ValidateFunc<ValueType>;
export declare type ReusableValidator<CheckType, ValueType = any> = (getMessage?: null | undefined | string | ((value: ValueType, forCheck: CheckType) => string), forCheck?: CheckType) => ValidateFunc<ValueType>;
export declare type FieldOuterProps<FormState extends Record<string, any> = Record<string, any>> = {

@@ -66,0 +66,0 @@ name: keyof FormState;

{
"name": "@altiore/form",
"version": "3.1.4",
"version": "3.1.5",
"description": "Form helper for building powerful forms",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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