Socket
Socket
Sign inDemoInstall

nodemailer-shared

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-shared - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

2

Gruntfile.js

@@ -8,3 +8,3 @@ 'use strict';

eslint: {
all: ['lib/*.js', 'test/*.js', 'Gruntfile.js', '.eslintrc.js']
all: ['lib/*.js', 'test/*.js', 'Gruntfile.js']
},

@@ -11,0 +11,0 @@

{
"name": "nodemailer-shared",
"version": "1.0.5",
"version": "1.1.0",
"description": "Shared methods for the nodemailer stack",

@@ -10,3 +10,3 @@ "main": "lib/shared.js",

"scripts": {
"test": "grunt"
"test": "grunt mochaTest"
},

@@ -27,3 +27,3 @@ "repository": {

"dependencies": {
"nodemailer-fetch": "1.4.0"
"nodemailer-fetch": "1.6.0"
},

@@ -33,6 +33,7 @@ "devDependencies": {

"grunt": "^1.0.1",
"grunt-eslint": "^18.1.0",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5"
"mocha": "^3.0.2"
}
}

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