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

remix-forms

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-forms - npm Package Compare versions

Comparing version

to
0.8.1

5

lib/Form.js

@@ -150,2 +150,5 @@ "use strict";

const field = fields.find((field) => field.name === name);
const autoFocus = autoFocused
? field === null || field === void 0 ? void 0 : field.autoFocus
: child.props.autoFocus;
return react_1.default.cloneElement(child, {

@@ -158,6 +161,6 @@ shape: field === null || field === void 0 ? void 0 : field.shape,

errors: field === null || field === void 0 ? void 0 : field.errors,
autoFocus: field === null || field === void 0 ? void 0 : field.autoFocus,
hidden: field === null || field === void 0 ? void 0 : field.hidden,
multiline: field === null || field === void 0 ? void 0 : field.multiline,
...child.props,
autoFocus,
});

@@ -164,0 +167,0 @@ }

2

package.json
{
"name": "remix-forms",
"version": "0.8.0",
"version": "0.8.1",
"description": "Magically create forms + actions in Remix!",

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