nodecommons-express
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -114,4 +114,2 @@ "use strict"; | ||
case ecommons_strict_express_param_type_1.ECommonsStrictExpressParamType.INT: { | ||
if (!tscommons_core_3.COMMONS_REGEX_PATTERN_ID.test(value)) | ||
return undefined; | ||
const int = tscommons_core_1.CommonsType.attemptNumber(value); | ||
@@ -118,0 +116,0 @@ if (int === undefined) |
{ | ||
"name": "nodecommons-express", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
46114
590