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 0.3.0 to 0.3.1

5

lib/Form.js

@@ -83,3 +83,6 @@ "use strict";

if (errors && ((_a = errors[key]) === null || _a === void 0 ? void 0 : _a.length)) {
form.setFocus(key);
try {
form.setFocus(key);
}
catch { }
}

@@ -86,0 +89,0 @@ }

2

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

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