Socket
Socket
Sign inDemoInstall

email-validator

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

index.d.ts

@@ -6,3 +6,3 @@ /**

*/
export function validate(email: string);
export function validate(email: string): boolean;

@@ -15,3 +15,3 @@

*/
export function validate_async(email: string, callback: AsyncCallback);
export function validate_async(email: string, callback: AsyncCallback): void;

@@ -21,2 +21,2 @@

(err: any, isValideEmail: boolean): any;
}
}
{
"name": "email-validator",
"version": "1.0.6",
"version": "1.0.7",
"author": "Robert Schultz <robert@cosmicrealms.com>",

@@ -5,0 +5,0 @@ "description": "Provides a fast, pretty robust e-mail validator. Only checks form, not function.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc