Comparing version 5.3.0 to 6.0.0
# log4js-node changelog | ||
## 6.0.0 | ||
- [Update streamroller to fix unhandled promise rejection](https://github.com/log4js-node/log4js-node/pull/962) | ||
- [Updated date-format library](https://github.com/log4js-node/log4js-node/pull/960) | ||
## 5.3.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "log4js", | ||
"version": "5.3.0", | ||
"version": "6.0.0", | ||
"description": "Port of Log4js to work with node.", | ||
@@ -41,7 +41,7 @@ "homepage": "https://log4js-node.github.io/log4js-node/", | ||
"dependencies": { | ||
"date-format": "^2.1.0", | ||
"date-format": "^3.0.0", | ||
"debug": "^4.1.1", | ||
"flatted": "^2.0.1", | ||
"rfdc": "^1.1.4", | ||
"streamroller": "^2.2.2" | ||
"streamroller": "^2.2.3" | ||
}, | ||
@@ -51,17 +51,17 @@ "devDependencies": { | ||
"callsites": "^3.1.0", | ||
"codecov": "^3.5.0", | ||
"codecov": "^3.6.1", | ||
"deep-freeze": "0.0.1", | ||
"eslint": "^5.3.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.2.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"fs-extra": "^8.1.0", | ||
"husky": "^3.0.2", | ||
"husky": "^3.0.9", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"proxyquire": "^2.1.2", | ||
"tap": "^14.5.0", | ||
"typescript": "^3.5.3", | ||
"proxyquire": "^2.1.3", | ||
"tap": "^14.9.2", | ||
"typescript": "^3.7.2", | ||
"validate-commit-msg": "^2.14.0" | ||
@@ -68,0 +68,0 @@ }, |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
101266
0
+ Addeddate-format@3.0.0(transitive)
Updateddate-format@^3.0.0
Updatedstreamroller@^2.2.3