# ScottHamper/Cookies

JavaScript Client-Side Cookie Manipulation Library

Repository: https://github.com/ScottHamper/Cookies
Canonical: https://ross.abutalabs.com/products/cookies
Language: JavaScript
License: Unlicense
License Family: permissive
Last push: 2020-05-16T21:49:46+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5279, "days_push": 2300, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1762, forks 166 (observed 2026-08-28T04:05:32.753354+00:00)

## What it is
Cookies.js is a lightweight, dependency-free JavaScript library for reading, writing, and expiring browser cookies, compliant with RFC6265. It works across browsers and supports AMD/CommonJS loaders, including Node environments without a window object.

## Use cases
- manage browser cookies in javascript
- set and get cookies client-side
- rfc6265 compliant cookie handling
- expire cookies from the browser
- lightweight cookie library with no dependencies

## When to choose
- you need a tiny, dependency-free cookie utility for the browser
- you need broad legacy browser support including IE6+
- you want public-domain licensed code with no licensing concerns

## When to avoid
- you need actively maintained software - the latest release is from 2020
- you need server-side cookie management
- you prefer modern APIs like the native CookieStore or a full-featured cookie framework

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization, http-client
- domain: web-development, frontend
- platform: browser
- tags: cookies, rfc6265, client-side, no-dependencies, public-domain, nodejs

## Member repositories
- ScottHamper/Cookies (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.753354+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:26:49.877435+00:00, confidence not recorded.
  - readme: https://github.com/ScottHamper/Cookies (fetched 2026-08-28T04:05:32.753354+00:00, sha 5314fc00f0c7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
