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.1.6 to 1.1.7

1

lib/formr.js

@@ -68,2 +68,3 @@ var __assign = (this && this.__assign) || function () {

if (validation &&
validation[key] &&
validation[key].hasOwnProperty("required") &&

@@ -70,0 +71,0 @@ validation[key].required) {

2

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

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

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

validation &&
validation[key] &&
validation[key].hasOwnProperty("required") &&

@@ -78,0 +79,0 @@ validation[key].required

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