Mark Deepwell

Results 3 issues of Mark Deepwell

Patch to add password salts, and to make them secure unlike the default md5/sha1 options. Simpler approach taken compared to other pull requests asking for the same thing. md5, sha1,...

Adding more than 1 attachment with the same filename(s) are removed when sending with nodemailer-sendgrid-tranport. This bug does not effect other transports. Eg: attachments ``` [ { filename: 'presentation.xlsx', path:...

Meteor wraps all files in Immediately-invoked function expression (function() { /\* your code */ }()); This makes sure nothing is accidentally made available on a global scope and gives each...

enhancement