redis-smq-monitor-client
Advanced tools
Comparing version 7.0.3 to 7.1.0
# CHANGELOG | ||
## 7.1.0 (2022-10-06) | ||
* build: fix npm vulnerability warnings (35cb15c) | ||
* feat(Exchange): make queue listing items clickable (02f09b6) | ||
* feat(Home): add CreateQueue component (bac20c3) | ||
* fix: fix incorrect queue namespace notation (fe2319e) | ||
* fix: fix buttons styling (32ec8be) | ||
* refactor(LeftPanel): group queues by namespace (c61e20d) | ||
* feat: add Queues component (d2564a5) | ||
* feat: bind/unbind a queue, create/delete an exchange (d82f558) | ||
* feat(Home): allow to create an exchange from home page (34cd46c) | ||
* feat(Exchange): add Exchange component (5de18f9) | ||
* refactor(LeftPanel): clean up (dbf3325) | ||
* feat(LeftPanel/Queues): use custom useParams() hook (6a631d3) | ||
* feat(hooks): add custom useParams() hook (1b70007) | ||
* feat(LeftPanel): add fanout exchanges listing (07dfcb4) | ||
* refactor: sync up with the latest changes from redis-smq (fb72567) | ||
## 7.0.3 (2022-06-28) | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "redis-smq-monitor-client", | ||
"description": "A Web UI for the RedisSMQ Monitor application", | ||
"version": "7.0.3", | ||
"version": "7.1.0", | ||
"author": "Weyoss <weyoss@protonmail.com>", | ||
@@ -71,3 +71,3 @@ "license": "MIT", | ||
"mini-css-extract-plugin": "2.1.0", | ||
"nodemon": "2.0.18", | ||
"nodemon": "^2.0.20", | ||
"npm-run-all": "4.1.5", | ||
@@ -74,0 +74,0 @@ "prettier": "2.1.2", |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
784602
1