1.4.8 • Published 7 months ago

@types/cookie-parser v1.4.8

Weekly downloads
390,239
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/cookie-parser

Summary

This package contains type definitions for cookie-parser (https://github.com/expressjs/cookie-parser).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie-parser.

index.d.ts

// Type definitions for cookie-parser 1.4
// Project: https://github.com/expressjs/cookie-parser
// Definitions by: Santi Albo <https://github.com/santialbo>
//                 BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

import * as express from 'express';

declare global {
    namespace Express {
        // Inject additional properties on express.Request
        interface Request {
            /**
             * This request's secret.
             * Optionally set by cookie-parser if secret(s) are provided.  Can be used by other middleware.
             * [Declaration merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html) can be used to add your own properties.
             */
            secret?: string;
        }
    }
}

declare function cookieParser(secret?: string | string[], options?: cookieParser.CookieParseOptions): express.RequestHandler;

declare namespace cookieParser {
    interface CookieParseOptions {
        decode?(val: string): string;
    }

    function JSONCookie(jsonCookie: string): object | undefined;

    function JSONCookies<T extends { [key: string]: string }>(jsonCookies: T): { [P in keyof T]: object | undefined };

    function signedCookie(cookie: string, secret: string | string[]): string | false;

    function signedCookies<T extends { [key: string]: string }>(cookies: T, secret: string | string[]): { [P in keyof T]?: string | false};
}

export = cookieParser;

Additional Details

  • Last updated: Wed, 27 Apr 2022 10:31:34 GMT
  • Dependencies: @types/express
  • Global values: none

Credits

These definitions were written by Santi Albo, and BendingBender.

@sgtickets007/commonkibo-local-server-tempkibo-local-server-temp3kibo-local-server-temp4kibo-local-server-temp5kibo-theme-local-serverpadlocks@yesodco/express-authcalc-of-pricekibo-local-server-temp7kibo-local-server-temp9cmc-cookies-consent@vifjs/kit@ntouba98/quicktoolsreact_whj_design@spinal/cli@spinal/coremrkresz@everything-registry/sub-chunk-946mam-app-packageauth-14etmxsystem-pandaweb-whitelabelweb-tobi-2-appwgo-opencrmtelen-apispataxx.protestmodule.microservice.apitestloggeruitest-studioapptexdectexdev@clstickets/common@crossauth/backend@crossauth/fastify@cruzeblade/express-authentication@colter/typescript-rest@d0whc3r/typescript-rest@denali-js/core@dev-volpy/typescript-rest@dev-vortex/fireback-https-express@rsksmart/express-did-authje-express-did-authkamboja-expresskambojakibo-local-serverkidal-nsfke100n4ik-api-base-serverexpressloggerui@sveltekit-board/auth@biblioteksentralen/cloud-functions-foundation@miensoap/express-annotationstwitch-mock-oauth-servertyxiostypenexusuline-express-servertypescript-resttypescript-rest-next@ainc/server@alvancamp/test-nodecg-types@amansg4/microservices-common@amansg4/microservices-shared@arc-hv/core@avidian/semaphore-server@balearner/common@balena/pinejs@blendjs/appfoundation@beyounglabs/alfred@carmel/sdk@claretiano/api-base@cisl/express@adarshbinomon/verify-user@brandondunc/typescript-rest@deduceecommonlibrary/common@devmoods/express-extras@devpodio/access@dhimath/studio@digital-gigafactory/nuxt-logger@dawntech/plugin-basezac-apiyupressyousubsyylc-serverxprsw-machinets-site-startertruthy-api@dunai/server@ducksclan/wrapper-express@gscript/grequest@hedy-tech/fireback-https-express@iamkenos/fragile@hos-lib/common@htcticket/common@hv-kit/hexpress@hv-kit/hvscripts@elevationac/theia-token-auth@freedom-app/app@infinitebrahmanuniverse/nolb-_types_c@kth/kth-studadm-node-app
1.4.8

7 months ago

1.4.7

1 year ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

3 years ago

1.4.2

6 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.30

9 years ago

1.3.29

9 years ago

1.3.28-alpha

9 years ago

1.3.27-alpha

9 years ago

1.3.26-alpha

9 years ago

1.3.25-alpha

9 years ago

1.3.24-alpha

9 years ago

1.3.23-alpha

9 years ago

1.3.22-alpha

9 years ago

1.3.17-alpha

9 years ago

1.3.16-alpha

9 years ago