Socket
Socket
Sign inDemoInstall

nodemailer-mock

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-mock - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

npm-shrinkwrap.json

33

package.json
{
"name": "nodemailer-mock",
"version": "1.1.10",
"version": "1.1.11",
"description": "Mock nodemailer module for testing",

@@ -12,12 +12,13 @@ "main": "nodemailer-mock.js",

"test": "./node_modules/.bin/mocha",
"coverage-report": "./node_modules/.bin/istanbul-coverage-report",
"coverage-report": "./test/bin/istanbul-coverage-report",
"coverage": "npm run coverage-report && open ./coverage/lcov-report/index.html",
"coverage-badge": "./node_modules/.bin/istanbul-cobertura-badger -e 95 -g 85 -b \"${PWD##*/}\"",
"lint": "./node_modules/.bin/eslint .",
"validate": "./node_modules/.bin/module-validator",
"depcheck": "./node_modules/.bin/dependency-checker",
"validate": "./test/bin/module-validator",
"depcheck": "./test/bin/dependency-checker",
"sloc": "./node_modules/.bin/sloc *.js lib test",
"sloc-app": "./node_modules/.bin/sloc *.js lib",
"sloc-test": "./node_modules/.bin/sloc test",
"inspect": "NODE_ENV=test ./node_modules/.bin/mocha -s 0 --inspect --debug-brk"
"inspect": "NODE_ENV=test ./node_modules/.bin/mocha -s 0 --inspect --debug-brk",
"freeze": "rm npm-shrinkwrap.json &2> /dev/null && yarn install && npm prune && npm shrinkwrap"
},

@@ -43,13 +44,19 @@ "repository": {

"devDependencies": {
"developer-tools": "0.0.14",
"eslint-config-airbnb": "^13.0.0",
"depcheck": "^0.6.7",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.8.0",
"should": "^11.1.2"
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.9.0",
"istanbul": "^0.4.5",
"istanbul-cobertura-badger": "^1.2.1",
"mocha": "^3.2.0",
"should": "^11.2.0",
"sloc": "^0.2.0",
"spec-xunit-file": "^0.0.1-3"
},
"dependencies": {
"debug": "^2.4.3",
"nodemailer": "^2.7.0"
"debug": "^2.6.0",
"nodemailer": "^3.0.0"
},

@@ -56,0 +63,0 @@ "pre-commit": [

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