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

@uform/validator

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/validator - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

package.json
{
"name": "@uform/validator",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",

@@ -28,4 +28,4 @@ "main": "lib",

"dependencies": {
"@uform/types": "^0.4.1",
"@uform/utils": "^0.4.1"
"@uform/types": "^0.4.2",
"@uform/utils": "^0.4.2"
},

@@ -35,3 +35,3 @@ "publishConfig": {

},
"gitHead": "7fe42c7f3f48a2b4dc924e4ec78e3c2187718108"
"gitHead": "c08c1ffd3e86f941f281ae8e691cca92320cf93d"
}

@@ -72,3 +72,3 @@ import {

toArr(field.rules).map(rule => {
return validate(value, rule, values, title || name)
return validate(value, rule, values, (title as string) || name)
})

@@ -75,0 +75,0 @@ ).then(errors => {

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