{"library":"node-cookie","type":"library","category":null,"description":"node-cookie is a utility library for Node.js environments, designed to simplify the parsing, signing, encryption, creation, and clearing of HTTP cookies. It directly interfaces with Node.js's built-in `http.IncomingMessage` and `http.ServerResponse` objects, making it agnostic to higher-level web frameworks. The current stable version is 2.1.2, which was last published over six years ago. Despite some recent activity on its GitHub repository (commits in 2022-2023), the package itself has not seen new releases, suggesting it is in an abandoned or very low-maintenance state. Its key differentiator is providing low-level, built-in cookie signing and encryption capabilities without requiring a full framework or complex middleware, directly leveraging Node.js crypto primitives.","language":"javascript","status":"abandoned","version":"2.1.2","tags":["javascript","cookies","cookie-parser","signed-cookies"],"install":[{"cmd":"npm install node-cookie","imports":["import nodeCookie from 'node-cookie'","import nodeCookie from 'node-cookie'; nodeCookie.create(res, 'key', 'value')","const nodeCookie = require('node-cookie'); const cookies = nodeCookie.parse(req)","const nodeCookie = require('node-cookie'); const value = nodeCookie.get(req, 'key')"]},{"cmd":"yarn add node-cookie","imports":[]},{"cmd":"pnpm add node-cookie","imports":[]}],"homepage":null,"github":"https://github.com/poppinss/node-cookie","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-cookie","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/node-cookie/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}