{"id":19142348,"url":"https://github.com/eldoy/wcookie","last_synced_at":"2026-02-24T11:02:53.450Z","repository":{"id":139869176,"uuid":"215594425","full_name":"eldoy/wcookie","owner":"eldoy","description":"Server and browser cookie handling","archived":false,"fork":false,"pushed_at":"2025-04-25T16:18:09.000Z","size":391,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T03:30:07.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eldoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-16T16:29:00.000Z","updated_at":"2025-04-25T16:17:56.000Z","dependencies_parsed_at":"2025-07-06T17:38:46.568Z","dependency_job_id":"d56c56ed-5574-448e-8625-ae4f5f65af5e","html_url":"https://github.com/eldoy/wcookie","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eldoy/wcookie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fwcookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fwcookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fwcookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fwcookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldoy","download_url":"https://codeload.github.com/eldoy/wcookie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fwcookie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29780604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T07:26:55.331Z","updated_at":"2026-02-24T11:02:53.416Z","avatar_url":"https://github.com/eldoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wcookie\nServer cookie handling for Node.js.\n\n### Install\n```\nnpm i wscookie\n```\n\n### Usage\nCheck out `server.js` in the source code for a running server example.\n```js\n// Server setup\nvar http = require('http')\nvar cookie = require('wcookie')\n\nhttp.createServer(function (req, res) {\n  // Enable cookies\n  cookie(req)\n\n  // Get cookie\n  var name = req.cookie('name')\n\n  // Set cookie\n  req.cookie('name', 'hello')\n\n  // Delete cookie\n  req.cookie('name', null)\n\n  // Set response cookie headers\n  if (req.cookieJar.length) {\n    res.setHeader('set-cookie', req.cookieJar.headers)\n  }\n\n}).listen(8124)\n```\nISC licensed. Enjoy!\n\nCreated by [Eldøy Projects](https://eldoy.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Fwcookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldoy%2Fwcookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Fwcookie/lists"}