tough-cookie-file-store
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -10,2 +10,6 @@ # Changelog | ||
## [v2.0.2] - 2020-05-16 | ||
### Fixed | ||
- [#9][1] missed inspect rename from b27a42bc | ||
## [v2.0.1] - 2020-05-05 | ||
@@ -49,3 +53,4 @@ ### Fixed | ||
[unreleased]: https://github.com/ivanmarban/tough-cookie-file-store/compare/v2.0.1...develop | ||
[unreleased]: https://github.com/ivanmarban/tough-cookie-file-store/compare/v2.0.2...develop | ||
[v2.0.2]: https://github.com/ivanmarban/tough-cookie-file-store/compare/v2.0.1...v2.0.2 | ||
[v2.0.1]: https://github.com/ivanmarban/tough-cookie-file-store/compare/v2.0.0...v2.0.1 | ||
@@ -58,1 +63,2 @@ [v2.0.0]: https://github.com/ivanmarban/tough-cookie-file-store/compare/v1.2.0...v2.0.0 | ||
[0]: https://github.com/ivanmarban/tough-cookie-file-store/issues/7 | ||
[1]: https://github.com/ivanmarban/tough-cookie-file-store/pull/9 |
@@ -24,3 +24,3 @@ 'use strict' | ||
if (util.inspect.custom) { | ||
this[util.inspect.custom] = this.inspect | ||
this[util.inspect.custom] = this._inspect | ||
} | ||
@@ -27,0 +27,0 @@ const self = this |
{ | ||
"name": "tough-cookie-file-store", | ||
"description": "A JSON file store for tough-cookie module", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Ivan Marban", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ivanmarban/tough-cookie-file-store", |
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
31512