{"library":"cookies-js","type":"library","category":null,"description":"Cookies.js is a lightweight client-side JavaScript library for managing browser cookies, adhering to RFC6265 standards. The current stable version is 1.2.3, which was released approximately eight years ago (as of April 2026), indicating that the project is likely abandoned or in a deep maintenance phase with no active development. It distinguishes itself by having no external dependencies, offering cross-browser compatibility (IE6+, Chrome, Firefox 3+, Safari 4+, Opera 10+), and being released into the public domain. The library supports AMD and CommonJS module loaders and includes specific provisions for use in Node.js environments that lack a native `window` object, requiring a factory method for initialization. It transparently handles URI encoding of cookie keys and values using UTF-8 representation.","language":"javascript","status":"abandoned","version":"1.2.3","tags":["javascript","cookies","client","browser"],"last_verified":"Wed May 27","install":[{"cmd":"npm install cookies-js","imports":["import * as Cookies from 'cookies-js';","const Cookies = require('cookies-js');","const { JSDOM } = require('jsdom');\nconst window = new JSDOM().window;\nconst Cookies = require('cookies-js')(window);"]},{"cmd":"yarn add cookies-js","imports":[]},{"cmd":"pnpm add cookies-js","imports":[]}],"homepage":null,"github":"https://github.com/ScottHamper/Cookies","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cookies-js","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/cookies-js/compatibility"}}