New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7-beta.9 to 0.0.7-beta.10

2

dist/_components/blur-field-handler/index.d.ts

@@ -10,3 +10,3 @@ /// <reference types="react" />

handleBlur: (params: BlurFieldHandlerParamsType) => void;
form?: FormApi<Record<string, any>>;
form?: FormApi<any>;
disabled?: boolean;

@@ -13,0 +13,0 @@ };

@@ -12,5 +12,5 @@ /// <reference types="react" />

onChange: ({ value, name, prevValue, }: ChangeFieldHandlerAllFieldsParamsType) => void;
form?: FormApi<Record<string, any>>;
form?: FormApi<any>;
disabled?: boolean;
};
export declare const ChangeFieldHandlerAllFields: ({ onChange, form, disabled, }: ChangeFieldHandlerPropsType) => JSX.Element;

@@ -10,3 +10,3 @@ /// <reference types="react" />

name: string;
form?: FormApi<Record<string, any>>;
form?: FormApi<any>;
disabled?: boolean;

@@ -13,0 +13,0 @@ };

@@ -5,4 +5,4 @@ import { FormApi } from 'final-form';

name: string;
form?: FormApi<Record<string, any>>;
form?: FormApi<any>;
error?: any;
};
{
"name": "@mihanizm56/react-final-form-utils",
"version": "0.0.7-beta.9",
"version": "0.0.7-beta.10",
"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