Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

email-marker-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-marker-client - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

lib/email-marker.types.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc