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.1.4 to 4.1.5

2

cjs/validate-values/validate-list-values.js

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

if (typeof rules[key][listItemKey] === "function") {
const error = rules[key][listItemKey](item[listItemKey]);
const error = rules[key][listItemKey](item[listItemKey], values);
if (error) {

@@ -15,0 +15,0 @@ results[`${key}.${itemIndex}.${listItemKey}`] = error;

@@ -8,3 +8,3 @@ function validateListValues(values, key, rules) {

if (typeof rules[key][listItemKey] === "function") {
const error = rules[key][listItemKey](item[listItemKey]);
const error = rules[key][listItemKey](item[listItemKey], values);
if (error) {

@@ -11,0 +11,0 @@ results[`${key}.${itemIndex}.${listItemKey}`] = error;

{
"name": "@mantine/form",
"description": "Mantine form management library",
"version": "4.1.4",
"version": "4.1.5",
"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