You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing this module, it's very useful. We'd like to have a mechanism to update the list of free email domains in a deployed application without deploying a new release. We've built a thin layer around this module so that the list of free email domains is stored in a database, which we query for each test of an email address. Should we need to update the list, DevOps can update the database for the running application.
We want to seed the database from this module. We could do this by locating the underlying data files in the file system, but the location of the files is not stable due to npm's dedupe & flatting of packages under node_modules. It would be nice if this module simply provided accessors for the underlying lists.
PR to follow.
The text was updated successfully, but these errors were encountered:
Thanks for providing this module, it's very useful. We'd like to have a mechanism to update the list of free email domains in a deployed application without deploying a new release. We've built a thin layer around this module so that the list of free email domains is stored in a database, which we query for each test of an email address. Should we need to update the list, DevOps can update the database for the running application.
We want to seed the database from this module. We could do this by locating the underlying data files in the file system, but the location of the files is not stable due to npm's dedupe & flatting of packages under
node_modules
. It would be nice if this module simply provided accessors for the underlying lists.PR to follow.
The text was updated successfully, but these errors were encountered: