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.4-beta.1 to 0.0.4-beta.2

3

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

@@ -7,0 +8,0 @@ name: string;

{
"name": "@mihanizm56/react-final-form-utils",
"version": "0.0.4-beta.1",
"version": "0.0.4-beta.2",
"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