http-as-promised
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "James Cready <jcready@gmail.com> (http://stackoverflow.com/users/1397319/idbehold)", | ||
@@ -36,4 +36,5 @@ "homepage": "https://github.com/jcready/http-as-promised", | ||
"scripts": { | ||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha test -- -u exports -R spec && open coverage/lcov-report/http-as-promised/index.html" | ||
"test": "mocha test", | ||
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -u exports -R spec && open coverage/lcov-report/http-as-promised/index.html" | ||
}, | ||
@@ -40,0 +41,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
0
16869
7
359