{"library":"next-cookies","type":"library","category":null,"description":"Next Cookies is a focused utility library for Next.js applications, providing a straightforward method to read HTTP cookies on both the client and server sides. Currently at version 2.0.3, it offers a stable, minimalistic API centered around a single default export function that takes Next.js's `ctx` object (from `getInitialProps`) as an argument. Its primary differentiator is its simplicity and universal access pattern, allowing developers to consistently retrieve cookie values regardless of whether the page is rendered server-side or client-side. The package explicitly *does not* handle setting or deleting cookies, delegating these operations to native browser APIs like `document.cookie` or other specialized libraries. This clear separation of concerns makes it lightweight and easy to integrate for cookie *reading* tasks within the Next.js ecosystem. Given its mature state and narrow scope, it is likely in a maintenance cadence, receiving updates primarily for compatibility or critical bug fixes.","language":"javascript","status":"maintenance","version":"2.0.3","tags":["javascript","cookies","next.js","cookie","parser","json","typescript"],"install":[{"cmd":"npm install next-cookies","imports":["import cookies from 'next-cookies'","const cookies = require('next-cookies')","import cookies from 'next-cookies'; import type { NextPageContext } from 'next';"]},{"cmd":"yarn add next-cookies","imports":[]},{"cmd":"pnpm add next-cookies","imports":[]}],"homepage":null,"github":"https://github.com/matthewmueller/next-cookies","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/next-cookies","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/next-cookies/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}