Socket
Socket
Sign inDemoInstall

cookie-es

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cookie-es

<!-- automd:badges bundlejs -->


Version published
Weekly downloads
803K
decreased by-16.86%
Maintainers
1
Install size
32.8 kB
Created
Weekly downloads
 

Changelog

Source

v1.1.0

compare changes

🚀 Enhancements

  • Add partitioned option (#21)

🏡 Chore

❤️ Contributors

Readme

Source

npm version npm downloads bundle size

ESM build of cookie with bundled types.

Usage

Install:

# ✨ Auto-detect
npx nypm install cookie-es

# npm
npm install cookie-es

# yarn
yarn add cookie-es

# pnpm
pnpm install cookie-es

# bun
bun install cookie-es

Import:

ESM (Node.js, Bun)

import { parse, serialize } from "cookie-es";

CommonJS (Legacy Node.js)

const { parse, serialize } = require("cookie-es");

CDN (Deno, Bun and Browsers)

import { parse, serialize } from "https://esm.sh/cookie-es";

License

MIT

FAQs

Last updated on 29 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc