Socket
Socket
Sign inDemoInstall

@mantine/form

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/form - npm Package Compare versions

Comparing version 4.2.7 to 4.2.8

2

cjs/use-form.js

@@ -48,3 +48,3 @@ 'use strict';

setValues((currentValues) => __spreadProps(__spreadValues({}, currentValues), { [field]: value }));
clearFieldError(errorPath);
clearFieldError(errorPath || field);
};

@@ -51,0 +51,0 @@ const setListItem = (field, index, value, errorPath) => {

@@ -44,3 +44,3 @@ import { useState } from 'react';

setValues((currentValues) => __spreadProps(__spreadValues({}, currentValues), { [field]: value }));
clearFieldError(errorPath);
clearFieldError(errorPath || field);
};

@@ -47,0 +47,0 @@ const setListItem = (field, index, value, errorPath) => {

{
"name": "@mantine/form",
"description": "Mantine form management library",
"version": "4.2.7",
"version": "4.2.8",
"main": "cjs/index.js",

@@ -6,0 +6,0 @@ "module": "esm/index.js",

Sorry, the diff of this file is not supported yet

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