lambda-serverless-api
Advanced tools
Comparing version 11.2.0 to 11.2.1
@@ -7,3 +7,3 @@ import RegEx from './regex.js'; | ||
...opts, | ||
regex: /^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$/, | ||
regex: /^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$/, | ||
lowercase: true | ||
@@ -10,0 +10,0 @@ }); |
@@ -41,3 +41,3 @@ { | ||
}, | ||
"version": "11.2.0", | ||
"version": "11.2.1", | ||
"scripts": { | ||
@@ -44,0 +44,0 @@ "clean": "rm -rf lib", |
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
102402