A simple, robust cookie library for Node.js that is not bound to any specific HTTP request framework. It provides types to parse cookie strings and match them against access rules, plus a CookieJar class to store cookies across domains and retrieve cookies based on matching access information.
Project status
- The source (bmeck/node-cookiejar) appears effectively dormant, with the last upstream push on 2022-12-13 and no evidence of recent updates as of 2026-08-13.
- Update/release cadence is long-stop, with the newest noted update being 2.1.2 in 2018-05-30 and earlier updates mostly in 2015 to 2014, indicating a stable-but-not-active maintenance pattern rather than ongoing iteration.
AI summary generated
Recent updates
2.1.2
Release 2.1.2 contains no publisher-provided release notes. The code diff shows a small set of functional changes centered around cookie parsing robustness and adding a new matching sentinel to CookieAccessInfo.
Featuresv2.0.6
This release (v2.0.6) appears to contain no functional code changes. The only detected change in the diff is an update to the npm package version in package.json.
v2.0.5
Release v2.0.5 was published on 2015-11-11, but no release notes were provided by the publisher. As a result, the specific code changes, potential API compatibility impacts, bug fixes, or security updates cannot be determined from the provided data.
2.0.4
Release 2.0.4 includes a small internal change in cookiejar path matching logic and a package version bump. No release notes were provided for this version, so the behavioral impact must be inferred from the code diff.
2.0.3
Release 2.0.3 does not include any release notes in the provided data, so changes cannot be identified from documentation alone. To assess upgrade impact, you will need to compare this version against the previous release by reviewing the GitHub diff (commits, tags, and changelog history).
v2.0.3
Release v2.0.3 has no release notes content provided by the publisher. The code diff shows only a package.json version bump from 2.0.2 to 2.0.3, with no other code or configuration changes visible in the provided diff.
2.0.2
Release 2.0.2 has no release notes provided. Based on the code diff, this patch appears to adjust cookie parsing and matching logic, and to update the test setup, which may change how cookies are evaluated for domain and path.
Breaking2.0.1
Release 2.0.1 has no publisher-provided release notes. The code diff is small (3 files changed) and primarily includes a runtime null-safety tweak plus maintainer/build script adjustments, alongside README documentation updates.
2.0.0
Release 2.0.0 has no publisher-provided release notes. The code diff shows a fairly large API and behavior change around how cookies infer and match domain and path when those attributes are not explicitly present in the cookie string.
Features1.3.2
Release 1.3.2 was published on 2014-04-22. No release notes or change details were provided, so the developer impact (features, fixes, or breaking changes) cannot be determined from the available information.