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

@expandorg/validation

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/validation - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

4

package.json
{
"name": "@expandorg/validation",
"version": "0.2.11",
"version": "0.2.12",
"description": "Expand UI validation library",

@@ -19,3 +19,3 @@ "main": "index.js",

},
"gitHead": "5045b9c74b82248a6f001e3b637b16206044940b"
"gitHead": "d1073069e7750ab6967e64d01f2837ad368b953d"
}
// @flow
const validateField = (fieldValue: any, fieldRules: Array<any> | Object) => {
const failed = fieldRules.find(rule => {
const failed = fieldRules.find((rule) => {
// eslint-disable-next-line no-unused-vars

@@ -6,0 +6,0 @@ const [fn, message, ...args] = rule;

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