Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "gelf-pro", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "./lib/gelf-pro.js", | ||
@@ -26,3 +26,3 @@ "types": "./lib/definition.d.ts", | ||
"scripts": { | ||
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" | ||
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec; ([ `node -v | cut -d'v' -f2 | cut -d. -f1` -gt 3 ] && (cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage) || true)" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"coveralls": "^2.13.3", | ||
"coveralls": "^3.0.1", | ||
"eslint": "^4.19.1", | ||
@@ -37,0 +37,0 @@ "istanbul": "^0.4.5", |
Sorry, the diff of this file is not supported yet
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
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
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
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
117963
19
3261