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

smtp-tester-bin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-tester-bin - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.travis.yml

5

bin/smtp-tester.js

@@ -8,2 +8,7 @@ #!/usr/bin/env node

console.log(process.env.NODE_ENV)
if (process.env.NODE_ENV === 'test') {
process.exit(0)
}
try {

@@ -10,0 +15,0 @@ const parsedArgs = parseOptions(process.argv.slice(2), {

6

package.json
{
"name": "smtp-tester-bin",
"version": "1.0.1",
"version": "1.1.0",
"description": "cli script for the `smtp-tester` library",

@@ -16,3 +16,3 @@ "repository": "git@github.com:fallafeljan/smtp-tester-bin.git",

"scripts": {
"test": "xo"
"test": "export NODE_ENV=test; xo && node test/"
},

@@ -24,5 +24,5 @@ "xo": {

"engines": {
"node": ">=7.0"
"node": ">=6.10"
},
"license": "MIT"
}
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