Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "hukum", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.", | ||
@@ -26,18 +26,18 @@ "keywords": [ | ||
"ansi-colors": "^4.1.1", | ||
"axios": "^0.19.2", | ||
"axios": "^0.21.1", | ||
"draftlog": "^1.0.12", | ||
"figures": "^3.2.0", | ||
"log-symbols": "^4.0.0", | ||
"moment": "^2.27.0", | ||
"moment": "^2.29.1", | ||
"rcfile": "^1.0.3", | ||
"simple-git": "^2.11.0", | ||
"simple-git": "^2.35.0", | ||
"terminal-link": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^8.2.0", | ||
"chai": "^4.3.0", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.2.1", | ||
"standard": "^14.3.4" | ||
"sinon": "^9.2.4", | ||
"standard": "^16.0.3" | ||
} | ||
} |
@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/hukum?label=NPM) ![NPM](https://img.shields.io/npm/l/hukum?label=License) ![npm](https://img.shields.io/npm/dt/hukum?label=Downloads) [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&color=red&logo=GitHub)](https://github.com/abskmj/hukum) | ||
# Configuration | ||
Hukum can work out of the box without any configuration. However, it provides a few configuration options. Include a `.hukumrc` file in the root of the project with the following contents or set the below environment variables. | ||
Hukum can work out of the box without any configuration. However, it provides a few configuration options. Include a `.hukumrc` file in your home directory or the root of the project with the following contents or set the below environment variables. | ||
@@ -74,2 +74,2 @@ ```json | ||
- [License](https://github.com/abskmj/hukum/blob/master/LICENSE) | ||
- [Sponsor](https://github.com/abskmj/hukum) | ||
- [Sponsor](https://github.com/abskmj/hukum) |
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
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
91662
74
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.21.1
Updatedmoment@^2.29.1
Updatedsimple-git@^2.35.0