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

react-formr

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

react-formr - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "react-formr",
"version": "1.0.14",
"version": "1.0.15",
"description": "Form managing component for React & React Native",

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

# react-formr
[![npm version](https://badge.fury.io/js/react-formr.svg)](https://badge.fury.io/js/react-formr)
[![npm](https://img.shields.io/npm/dt/react-formr.svg)](https://www.npmjs.com/package/react-formr)
![MIT](https://img.shields.io/dub/l/vibe-d.svg)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
Centralised Solution for managing values & validation in react native

@@ -4,0 +9,0 @@

@@ -68,2 +68,3 @@ import React, { useRef, useState, useCallback, useEffect } from "react";

(key: string): void => {
fieldValidation(key, values[key]);
setTouched((prev) => ({ ...prev, [key]: true }));

@@ -70,0 +71,0 @@ },

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