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

remix-hook-form

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-hook-form - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/index.js

@@ -81,3 +81,3 @@ // src/utilities/index.ts

formData.append(key, JSON.stringify(value));
} else if (value instanceof File) {
} else if (value instanceof File || value instanceof Blob) {
formData.append(key, value);

@@ -84,0 +84,0 @@ } else if (typeof value === "object" && value !== null) {

{
"name": "remix-hook-form",
"version": "3.0.3",
"version": "3.0.4",
"description": "Utility wrapper around react-hook-form for use with Remix.run",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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