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

@mihanizm56/react-final-form-utils

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mihanizm56/react-final-form-utils - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

11

dist/components/change-field-handler/index.d.ts
/// <reference types="react" />
export declare type ChangeFieldHandlerParamsType = {
value: any;
name: string;
prevValue: any;
};
declare type ChangeFieldHandlerPropsType = {
children: ({ value, name, prevValue, }: {
value: any;
name: string;
prevValue: string;
}) => void;
children: ({ value, name, prevValue }: ChangeFieldHandlerParamsType) => void;
name: string;

@@ -9,0 +10,0 @@ };

@@ -1,2 +0,1 @@

export { ChangeFieldHandler } from './components/change-field-handler';
export { ConditionField } from './components/condition-field';
export { ChangeFieldHandler, ChangeFieldHandlerParamsType, } from './components/change-field-handler';

@@ -1,2 +0,2 @@

export { ChangeFieldHandler } from './components/change-field-handler';
export { ConditionField } from './components/condition-field';
export { ChangeFieldHandler, } from './components/change-field-handler';
// export { ConditionField } from './components/condition-field';
{
"name": "@mihanizm56/react-final-form-utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "form utils module",

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