cookie-muncher
Advanced tools
Comparing version
{ | ||
"name": "cookie-muncher", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Effortless cookie management", | ||
@@ -26,10 +26,10 @@ "author": "Bluzzi", | ||
"devDependencies": { | ||
"@bluzzi/eslint-config": "^1.1.0", | ||
"@types/node": "^20.1.4", | ||
"@vitest/ui": "^0.31.0", | ||
"eslint": "^8.40.0", | ||
"jsdom": "^22.0.0", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.4", | ||
"vitest": "^0.31.0" | ||
"@bluzzi/eslint-config": "^1.2.1", | ||
"@types/node": "^20.9.0", | ||
"@vitest/ui": "^0.34.6", | ||
"eslint": "^8.53.0", | ||
"jsdom": "^22.1.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -36,0 +36,0 @@ "eslintConfig": { |
@@ -0,0 +0,0 @@ # Cookie Muncher |
@@ -0,0 +0,0 @@ import { afterEach, describe, expect, it } from "vitest"; |
@@ -0,0 +0,0 @@ import type { Cookie } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import type { Cookie } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import { getAllCookies } from "./get-all"; |
@@ -0,0 +0,0 @@ import type { RemoveDomCookieOptions } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import type { Cookie, DomCookieOptions } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import { parseCookies } from "./parser"; |
@@ -0,0 +0,0 @@ import type { CookieMock } from "./parser.type"; |
@@ -0,0 +0,0 @@ import { describe, expect, it } from "vitest"; |
@@ -0,0 +0,0 @@ import type { Cookie } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import type { Cookie } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import type { Cookie } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ import { describe, expect, it } from "vitest"; |
@@ -0,0 +0,0 @@ import type { Cookie, HttpCookieOptions } from "#/typing/cookie"; |
@@ -0,0 +0,0 @@ // HTTP & DOM modules: |
@@ -0,0 +0,0 @@ export type Cookie = { |
@@ -0,0 +0,0 @@ export const cookieMaxByteSize = 4096; |
@@ -0,0 +0,0 @@ export enum CookieMaxAge { |
@@ -0,0 +0,0 @@ import { describe, expect, it } from "vitest"; |
@@ -0,0 +0,0 @@ export function capitalizeFirstLetter(content: string): string { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import { defineConfig } from "vitest/config"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34387
9.24%39
2.63%