validator-handler
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -35,3 +35,3 @@ 'use strict'; | ||
var errorMessagesFor = function errorMessagesFor(toValidate, messagePairs) { | ||
return map(_ramda.head, (0, _ramda.filter)(function (_ref3) { | ||
return (0, _ramda.map)(_ramda.head, (0, _ramda.filter)(function (_ref3) { | ||
var _ref4 = _slicedToArray(_ref3, 2), | ||
@@ -38,0 +38,0 @@ validFn = _ref4[1]; |
{ | ||
"name": "validator-handler", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Tiny library to validate and set custom error messages easily.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { | ||
head, | ||
filter, | ||
filter, | ||
map, | ||
reduce, | ||
@@ -5,0 +6,0 @@ isEmpty, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7536
71