Socket
Socket
Sign inDemoInstall

emailable

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

20

lib/emailable.js

@@ -8,16 +8,16 @@ 'use strict';

constructor(apiKey) {
this.client = new Client(apiKey);
this.batches = new Batches(this.client);
}
constructor(apiKey) {
this.client = new Client(apiKey);
this.batches = new Batches(this.client);
}
verify(email, options = {}) {
var params = Object.assign({ email: email }, options);
var params = Object.assign({ email: email }, options);
return this.client.makeRequest('get', 'verify', params);
}
return this.client.makeRequest('get', 'verify', params);
}
account() {
return this.client.makeRequest('get', 'account');
}
account() {
return this.client.makeRequest('get', 'account');
}

@@ -24,0 +24,0 @@ }

The MIT License (MIT)
Copyright (c) 2021 Emailable. https://emailable.com
Copyright (c) 2022 Emailable. https://emailable.com

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "emailable",
"version": "3.0.0",
"version": "3.0.1",
"description": "Email Verification that's astonishingly easy and low-cost. See https://emailable.com for details.",

@@ -5,0 +5,0 @@ "main": "lib/emailable.js",

Sorry, the diff of this file is not supported yet

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