checker-factory
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "checker-factory", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Checker Factory used by Deku Prop Type Validators", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -22,3 +22,3 @@ # Checker Factory | ||
numberChecker.validate('age') | ||
numberChecker.validate('hello', 'age') | ||
// => TypeError: Expected age to be of type `number`, but got `string` | ||
@@ -25,0 +25,0 @@ |
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
6186