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

winston-mail

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-mail - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

6

lib/winston-mail.js

@@ -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

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