smtp-tester-bin
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -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), { |
{ | ||
"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" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
69968
8
40
3