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

rc-form

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-form - npm Package Compare versions

Comparing version 0.15.0-beta.0 to 0.15.0

2

lib/utils.js

@@ -45,3 +45,3 @@ 'use strict';

return errors.map(function (e) {
if ('message' in e) {
if (e && e.message) {
return e.message;

@@ -48,0 +48,0 @@ }

{
"name": "rc-form",
"version": "0.15.0-beta.0",
"version": "0.15.0",
"description": "React High Order Form Component",

@@ -5,0 +5,0 @@ "keywords": [

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