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

react-loose-forms

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loose-forms - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

FormMixin.js

@@ -132,3 +132,3 @@ var is = require('is');

}
return valid || field.label + ' is required';
return valid || (field.label || field.name) + ' is required';
};

@@ -135,0 +135,0 @@

{
"name": "react-loose-forms",
"version": "1.0.0",
"version": "1.0.1",
"description": "A form library for React that flexible and dynamic allowing it to be effective in many (if not all) situations where you need to collect user input.",

@@ -5,0 +5,0 @@ "main": "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