New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iwsio/forms

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iwsio/forms - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

dist/FieldManager.d.ts

@@ -8,3 +8,3 @@ import { PropsWithChildren } from 'react';

onValidSubmit?: (fields: FieldValues) => void;
} & Omit<ValidatedFormProps, 'onValidSubmit'>;
} & Omit<ValidatedFormProps, 'onValidSubmit' | 'noValidate'>;
/**

@@ -22,2 +22,2 @@ * Setup a field manager to maintain field values and validation state in a form. This directly renders a <form> with attributes provided to this component.

onValidSubmit?: (fields: FieldValues) => void;
} & Omit<ValidatedFormProps, "onValidSubmit"> & import("react").RefAttributes<HTMLFormElement>>;
} & Omit<ValidatedFormProps, "onValidSubmit" | "noValidate"> & import("react").RefAttributes<HTMLFormElement>>;
import { ValidatedFormProps } from './ValidatedForm';
export type ManagedValidatedFormProps = Omit<ValidatedFormProps, 'onValidSubmit'>;
export type ManagedValidatedFormProps = Omit<ValidatedFormProps, 'onValidSubmit' | 'noValidate'>;
export declare const FieldManagerForm: import("react").ForwardRefExoticComponent<ManagedValidatedFormProps & import("react").RefAttributes<HTMLFormElement>>;
{
"name": "@iwsio/forms",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple library with useful React forms components and browser validation.",

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