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.14.0 to 0.14.1

2

lib/Form.js

@@ -49,3 +49,3 @@ "use strict";

const transition = fetcher ? fetcher : (0, react_2.useTransition)();
const actionData = (0, react_2.useActionData)();
const actionData = fetcher ? fetcher.data : (0, react_2.useActionData)();
const actionErrors = actionData === null || actionData === void 0 ? void 0 : actionData.errors;

@@ -52,0 +52,0 @@ const actionValues = actionData === null || actionData === void 0 ? void 0 : actionData.values;

{
"name": "remix-forms",
"version": "0.14.0",
"version": "0.14.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