BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

sy-validator

v1.2.1npm· JavaScript

``` function validateEmail(emailValue, pattern) { if(emailValue.match(pattern)) { return true } else { return false } } ``` * emailValue - will take the value of the input * pattern - accepts regular expressions

The verdict
Abandoned. Last published 3 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 3 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
No runtime dependencies
Recent releases
  • 1.2.13 years ago
  • 1.2.03 years ago
  • 1.1.03 years ago
  • 1.0.03 years ago