File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2021 Emailable. https://emailable.com
3+ Copyright (c) 2022 Emailable. https://emailable.com
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ const Batches = require('./batches');
55
66class Emailable {
77
8- constructor ( apiKey ) {
9- this . client = new Client ( apiKey ) ;
10- this . batches = new Batches ( this . client ) ;
11- }
8+ constructor ( apiKey ) {
9+ this . client = new Client ( apiKey ) ;
10+ this . batches = new Batches ( this . client ) ;
11+ }
1212
1313 verify ( email , options = { } ) {
14- var params = Object . assign ( { email : email } , options ) ;
14+ var params = Object . assign ( { email : email } , options ) ;
1515
16- return this . client . makeRequest ( 'get' , 'verify' , params ) ;
17- }
16+ return this . client . makeRequest ( 'get' , 'verify' , params ) ;
17+ }
1818
19- account ( ) {
20- return this . client . makeRequest ( 'get' , 'account' ) ;
21- }
19+ account ( ) {
20+ return this . client . makeRequest ( 'get' , 'account' ) ;
21+ }
2222
2323}
2424
Original file line number Diff line number Diff line change 11{
22 "name" : " emailable" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Email Verification that's astonishingly easy and low-cost. See https://emailable.com for details." ,
55 "main" : " lib/emailable.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -216,9 +216,9 @@ flat@^5.0.2:
216216 integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
217217
218218follow-redirects@^1.14.7 :
219- version "1.14.7 "
220- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7 .tgz#2004c02eb9436eee9a21446a6477debf17e81685 "
221- integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ ==
219+ version "1.14.8 "
220+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8 .tgz#016996fb9a11a100566398b1c6839337d7bfa8fc "
221+ integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA ==
222222
223223fs.realpath@^1.0.0 :
224224 version "1.0.0"
You can’t perform that action at this time.
0 commit comments