winston-mail
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -73,3 +73,3 @@ /* | ||
*/ | ||
Mail.prototype.log = function(arg0, arg1, arg2, arg3) { | ||
Mail.prototype.log = function(arg0, arg1) { | ||
// get winston version to create tests accordingly | ||
@@ -93,4 +93,4 @@ var winstonVersion = winston.version, | ||
msg = arg1; | ||
meta = arg2; | ||
callback = arg3; | ||
meta = arguments[2]; | ||
callback = arguments[3]; | ||
} | ||
@@ -97,0 +97,0 @@ |
{ | ||
"name": "winston-mail", | ||
"description": "A mail transport for winston", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"author": "Marc Harter <wavded@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -20,3 +20,3 @@ ![NPM](https://img.shields.io/npm/v/winston-mail.svg) [![Build Status](https://travis-ci.org/wavded/winston-mail.svg?branch=master)](https://travis-ci.org/wavded/winston-mail) ![Downloads](https://img.shields.io/npm/dt/winston-mail.svg) | ||
*/ | ||
require('winston-mail').Mail; | ||
require('winston-mail'); | ||
@@ -23,0 +23,0 @@ winston.add(winston.transports.Mail, options); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12852