email-marker-client
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,5 +1,6 @@ | ||
export declare type EmailMarkerResult = 'valid' | 'invalid' | 'unknown'; | ||
export interface EmailMarkerResponse { | ||
success: boolean; | ||
result: 'valid' | 'invalid' | 'unknown'; | ||
result: EmailMarkerResult; | ||
message: string; | ||
} |
{ | ||
"name": "email-marker-client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Email Marker API client for Node.js and browser", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
17766
77