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

remix-hook-form

Package Overview
Dependencies
Maintainers
1
Versions
47
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.2 to 3.0.3

2

dist/index.js

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

const json = JSON.parse(jsonString);
if (typeof json === "object") {
if (typeof json === "object" || typeof json === "boolean" || typeof json === "string") {
return json;

@@ -14,0 +14,0 @@ }

{
"name": "remix-hook-form",
"version": "3.0.2",
"version": "3.0.3",
"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