Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cluster-mail

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-mail - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

History.md
0.0.2 / 2011-04-05
==================
* Fixed; output stack / error message
0.0.1 / 2010-01-03

@@ -3,0 +8,0 @@ ==================

4

lib/cluster-mail.js

@@ -26,3 +26,3 @@

exports.version = '0.0.1';
exports.version = '0.0.2';

@@ -73,3 +73,3 @@ /**

email.send(function(err){
if (err) console.error(err);
if (err) console.error(err.stack || err.message);
});

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

{
"name": "cluster-mail"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "Email notification plugin for Cluster"

@@ -5,0 +5,0 @@ , "keywords": ["cluster", "email"]

@@ -16,6 +16,6 @@

- `from` sender email
- `timeout` sendmail timeout in milliseconds
- `subject` defaulting to " cluster({worker}) exception: {message}"
- `template` function called with local variables (usually jade / ejs template etc)
- `from` sender email
- `timeout` sendmail timeout in milliseconds
- `subject` defaulting to " cluster({worker}) exception: {message}"
- `template` function called with local variables (usually jade / ejs template etc)

@@ -38,2 +38,6 @@ ## Example

## Screenshot
![](http://f.cl.ly/items/0K0F3t1s2o172b0j2407/Screenshot.png)
## License

@@ -40,0 +44,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc