mastercheck
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "mastercheck", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "mastercheck", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -71,3 +71,3 @@ MasterCheck | ||
// For a number of any in [1, 3, 5]. | ||
mastercheck.format('String', { | ||
mastercheck.format('Number', { | ||
required: true, // Existence check. Default do not check. | ||
@@ -96,3 +96,3 @@ select: [ 1, 3, 5 ] // Number match check. Default do not check. | ||
// For a boolean. | ||
mastercheck.format('Number', { | ||
mastercheck.format('Boolean', { | ||
required: true // Existence check. Default do not check. | ||
@@ -99,0 +99,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
34979