Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tough-cookie-file-store

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tough-cookie-file-store - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

CHANGELOG.md

@@ -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

2

lib/cookie-file-store.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc