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 1.1.0 to 1.1.1

2

dist/hook/index.d.ts

@@ -16,3 +16,3 @@ import React from "react";

handleSubmit: (e?: React.BaseSyntheticEvent<object, any, any> | undefined) => Promise<void>;
register: (name: Path<T>, options: RegisterOptions<T>) => {
register: (name: Path<T>, options?: RegisterOptions<T> | undefined) => {
defaultValue: any;

@@ -19,0 +19,0 @@ onChange: import("react-hook-form").ChangeHandler;

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

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

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