New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

cookie-muncher

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-muncher - npm Package Compare versions

Comparing version

to
0.4.3

dist/index.d.mts

18

package.json
{
"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