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
2
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.1.0-alpha.21 to 0.1.0-beta.12

6

package.json
{
"name": "@uform/validator",
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.12",
"license": "MIT",

@@ -18,3 +18,3 @@ "main": "lib",

"dependencies": {
"@uform/utils": "^0.1.0-alpha.21"
"@uform/utils": "^0.1.0-beta.12"
},

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

},
"gitHead": "0b7ba2a852d91cd0507d8243c980b6e5b4dc5d32"
"gitHead": "23c8eeac80be0cd67e74926d6f17179fb0a365fa"
}

@@ -11,3 +11,2 @@ import { isRegExp, format, isFn, isEmpty } from '../utils'

: new RegExp(String(pattern)).test(String(value))
return !valid ? message : ''

@@ -14,0 +13,0 @@ }

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