winston-array-transport
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -0,1 +1,17 @@ | ||
## [1.1.8](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.7...v1.1.8) (2022-02-09) | ||
### Chore | ||
* fixes some npm audit vulnerabilities (#59) ([40d5a30](https://github.com/pustovitDmytro/winston-array-transport/commit/40d5a30cc09da2e5f86b959f416b2f8b4777c656)), closes [#59](https://github.com/pustovitDmytro/winston-array-transport/issues/59) | ||
* Lock file maintenance ([726a007](https://github.com/pustovitDmytro/winston-array-transport/commit/726a0077f81e7683afd26c6ba59c1c5f143ec483)) | ||
* Lock file maintenance (#45) ([4b1a5a2](https://github.com/pustovitDmytro/winston-array-transport/commit/4b1a5a2964962b05f37664b1933f58d9df994255)), closes [#45](https://github.com/pustovitDmytro/winston-array-transport/issues/45) | ||
* Update dependency node-fetch to 2.6.7 [SECURITY] (#53) ([50a008a](https://github.com/pustovitDmytro/winston-array-transport/commit/50a008adca27591fb65ae5f7ce00721e04a598cf)), closes [#53](https://github.com/pustovitDmytro/winston-array-transport/issues/53) | ||
* Update devDependencies (non-major) (#47) ([5d0ec54](https://github.com/pustovitDmytro/winston-array-transport/commit/5d0ec543c1672d23422738ec06e3a4a9fd1f3e18)), closes [#47](https://github.com/pustovitDmytro/winston-array-transport/issues/47) | ||
* Update devDependencies (non-major) (#48) ([725c88d](https://github.com/pustovitDmytro/winston-array-transport/commit/725c88d39fd017b1b2e9686a08b4767ea804ce68)), closes [#48](https://github.com/pustovitDmytro/winston-array-transport/issues/48) | ||
### Upgrade | ||
* Update dependency winston-transport to v4.5.0 (#61) ([9fc8d1c](https://github.com/pustovitDmytro/winston-array-transport/commit/9fc8d1cfe7d49eccab5fe864d57caabd7ddec842)), closes [#61](https://github.com/pustovitDmytro/winston-array-transport/issues/61) | ||
## [1.1.7](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.6...v1.1.7) (2022-01-23) | ||
@@ -2,0 +18,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.LEVEL = exports.MESSAGE = void 0; | ||
exports.MESSAGE = exports.LEVEL = void 0; | ||
const MESSAGE = Symbol.for('message'); | ||
@@ -9,0 +9,0 @@ exports.MESSAGE = MESSAGE; |
@@ -6,5 +6,5 @@ "use strict"; | ||
}); | ||
exports.defaultMaxListeners = void 0; | ||
exports.defaultParser = defaultParser; | ||
exports.defaultParserJSON = defaultParserJSON; | ||
exports.defaultMaxListeners = void 0; | ||
@@ -11,0 +11,0 @@ function defaultParser(data) { |
{ | ||
"name": "winston-array-transport", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "write logs to js Array", | ||
@@ -44,16 +44,16 @@ "main": "./lib", | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.5", | ||
"@babel/node": "^7.15.4", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-decorators": "^7.15.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.14.5", | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | ||
"@babel/node": "^7.16.8", | ||
"@babel/plugin-proposal-class-properties": "^7.16.7", | ||
"@babel/plugin-proposal-decorators": "^7.16.7", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.16.7", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.15.6", | ||
"@babel/runtime": "^7.15.4", | ||
"@commitlint/cli": "^13.2.0", | ||
"@commitlint/lint": "^13.2.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/runtime": "^7.16.7", | ||
"@commitlint/cli": "^16.1.0", | ||
"@commitlint/lint": "^16.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
@@ -65,33 +65,33 @@ "babel-plugin-module-resolver": "^4.1.0", | ||
"coveralls": "^3.1.1", | ||
"danger": "^10.6.6", | ||
"eslint": "^7.32.0", | ||
"eslint-config-incredible": "^2.3.4", | ||
"eslint-plugin-censor": "^1.5.1", | ||
"eslint-plugin-import": "^2.24.2", | ||
"danger": "^10.8.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-incredible": "^2.4.0", | ||
"eslint-plugin-censor": "^1.5.2", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-markdown": "^2.2.1", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"eslint-plugin-no-secrets": "^0.8.9", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-regexp": "^1.3.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-regexp": "^1.5.1", | ||
"eslint-plugin-scanjs-rules": "^0.2.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"eslint-plugin-sonarjs": "^0.10.0", | ||
"eslint-plugin-unicorn": "^36.0.0", | ||
"eslint-plugin-sonarjs": "^0.11.0", | ||
"eslint-plugin-unicorn": "^40.1.0", | ||
"fs-extra": "^10.0.0", | ||
"husky": "^7.0.2", | ||
"jscpd": "^3.3.26", | ||
"husky": "^7.0.4", | ||
"jscpd": "^3.4.5", | ||
"lockfile-lint": "^4.6.2", | ||
"mocha": "^9.1.2", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"node-package-tester": "^1.1.24", | ||
"mocha": "^9.2.0", | ||
"mocha-junit-reporter": "^2.0.2", | ||
"node-package-tester": "^1.1.28", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "^19.0.2", | ||
"semantic-release-telegram": "^1.5.0", | ||
"semantic-release-telegram": "^1.5.1", | ||
"uuid": "^8.3.2", | ||
"winston": "^3.3.3" | ||
"winston": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"winston-transport": "4.4.2" | ||
"winston-transport": "4.5.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
46525
+ Addedwinston-transport@4.5.0(transitive)
- Removedwinston-transport@4.4.2(transitive)
Updatedwinston-transport@4.5.0