@everymundo/promise-data-to
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@everymundo/promise-data-to", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "This is a helper to perform POST requests using promises and no external dependencies", | ||
@@ -10,6 +10,6 @@ "main": "index.js", | ||
"scripts": { | ||
"cover": "RETRY_TIMEOUT_MS= MAX_RETRY_ATTEMPTS= SIMULATE= istanbul cover -x '*.test.js' _mocha $@", | ||
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"check-lint": "standard *.js lib/*.js test/*.js", | ||
"fix-lint": "standard --fix *.js lib/*.js test/*.js", | ||
"cover": "RETRY_TIMEOUT_MS= MAX_RETRY_ATTEMPTS= SIMULATE= LOG_LEVEL=trace nyc -x test --reporter=lcov --reporter=text mocha test --recursive", | ||
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"check-lint": "standard --env=mocha *.js lib/*.js spec/*.js spec/lib/*.js", | ||
"fix-lint": "standard --env=mocha --fix *.js lib/*.js test/*.js", | ||
"test": "RETRY_TIMEOUT_MS= MAX_RETRY_ATTEMPTS= SIMULATE= mocha" | ||
@@ -45,4 +45,4 @@ }, | ||
"ghooks": "^2.0.4", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.3.2", | ||
@@ -49,0 +49,0 @@ "standard": "^12.0.1" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50245
9