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.1 to 3.0.2

8

lib/client.js

@@ -28,4 +28,4 @@ 'use strict';

reject({
message: error.response.data.message,
code: error.response.status
message: error.response?.data?.message,
code: error.response?.status
})

@@ -54,4 +54,4 @@ });

reject({
message: error.response.data.message,
code: error.response.status
message: error.response.data.message,
code: error.response.status
})

@@ -58,0 +58,0 @@ });

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

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

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