Socket
Socket
Sign inDemoInstall

tiny-cookie

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

2.1.0

Diff

Changelog

Source

v2.1.0

  • Feature: The remove() method supports configuring the domain parameter.
alexchao
published 2.0.2 •

Changelog

Source

v2.0.2

  • Fix: Fix the es modules build #16
alexchao
published 2.0.1 •

Changelog

Source

v2.0.1

  • Fix: Fix the "main" entry in package.json #13
alexchao
published 2.0.0 •

Changelog

Source

v2.0.0

With modern development workflow, such as Babel, Rollup, Karma, npm scripts and so on.

  • Breaking change: Do not support the Cookie as a function.
  • Breaking change: There is not a default export. That is, import cookie from 'tiny-cookie doesn't work. The reason why it hasn't a default export is it will prevent the webpack tree-shaking working. You can do it like this import * as cookie from 'tiny-cookie'.#14
  • Breaking change: Rename enabled method to isEnabled.
  • Feature: Add getAll method to get all cookie pairs at a time.
  • Feature: Add aliases for all methods, for details, you can see API
  • Add a command to start an http(s) server.
alexchao
published 1.0.1 •

alexchao
published 1.0.0 •

alexchao
published 0.5.5 •

alexchao
published 0.5.4 •

alexchao
published 0.5.3 •

alexchao
published 0.5.2 •

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