@sswahn/cookie
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@sswahn/cookie", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A lightweight, easy-to-use utility for efficiently managing cookies in a web browser.", |
@@ -39,3 +39,8 @@ # Cookie · [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sswahn/cookie/blob/main/LICENSE) ![npm version](https://img.shields.io/npm/v/@sswahn/cookie) ![Weekly Downloads](https://img.shields.io/npm/dw/@sswahn/cookie) | ||
## Related | ||
- [@sswahn/storage](https://www.npmjs.com/package/@sswahn/storage): A robust and easy-to-use utility for interacting with Web Storage API. | ||
- [@sswahn/database](https://www.npmjs.com/package/@sswahn/database): Easily interact with the IndexedDB API with a simplified, promise-based approach. | ||
- [@sswahn/cache](https://www.npmjs.com/package/@sswahn/cache): A robust caching utility that provides easy-to-use methods for interacting with the browser's Cache API. | ||
## License | ||
Cookie is [MIT Licensed](https://github.com/sswahn/cookie/blob/main/LICENSE) |
4468
46