mailchecker
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "mailchecker", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.", | ||
@@ -22,3 +22,3 @@ "main": "platform/node/index.js", | ||
"test:node": "mocha --timeout 10000 -r should -R spec -u tdd", | ||
"test:php": "docker run -i -v $(pwd):/app -w /app phpunit/phpunit phpunit test/platform.php.test.php", | ||
"test:php": "docker run --platform linux/amd64 -i -v $(pwd):/app -w /app phpunit/phpunit test/platform.php.test.php", | ||
"test:python": "docker run -i -v $(pwd):/app -w /app python:2.7-alpine3.7 python test/*.test.py", | ||
@@ -25,0 +25,0 @@ "test:python3": "docker run -i -v $(pwd):/app -w /app python:3.6-alpine3.7 python test/*.test.py", |
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
702947
2669