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

@mezzanine-ui/react-hook-form-v2

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mezzanine-ui/react-hook-form-v2 - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

4

index.js

@@ -2270,3 +2270,3 @@ import dt, { useMemo as X, useCallback as he, useEffect as ht, useState as ie } from "react";

disabledErrMsg: d,
renderFileUrl: x,
setFileUrl: x,
width: c,

@@ -2382,3 +2382,3 @@ style: n,

label: n,
renderFileUrl: i,
setFileUrl: i,
width: l,

@@ -2385,0 +2385,0 @@ height: u,

{
"name": "@mezzanine-ui/react-hook-form-v2",
"version": "0.0.19",
"version": "0.0.20",
"main": "index.cjs",

@@ -5,0 +5,0 @@ "module": "index.js",

@@ -5,3 +5,3 @@ import { FC } from 'react';

export type UploadFileFieldProps<T extends FieldValues = FieldValues> = HookFormFieldProps<T, object, {
renderFileUrl: (fileId: string) => string;
setFileUrl: (fileId: string) => string;
buttonText?: string;

@@ -8,0 +8,0 @@ width?: number;

@@ -5,3 +5,3 @@ import { UploadPictureProps } from '@mezzanine-ui/react';

export type UploadImageFieldProps<T extends FieldValues = FieldValues> = HookFormFieldProps<T, UploadPictureProps, {
renderFileUrl: (fileId: string) => string;
setFileUrl: (fileId: string) => string;
fieldClassName?: string;

@@ -8,0 +8,0 @@ width?: number;

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