1.4.7 • Published 2 months ago

@types/cookie-parser v1.4.7

Weekly downloads
390,239
License
MIT
Repository
github
Last release
2 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/common@balena/pinejskibo-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-946@sveltekit-board/authreact-nmvcsystem-pandarestful-usersrobbyson-abstract-frameworkrobbyson-frameworkrx-express-middlewarerefinery-apireisotwitch-mock-oauth-serverts-site-startertruthy-apitexdectexdevtest-studioappwgo-opencrmsales-login-middlewareserver-libssever-xxxxprs@mornya/node-vesselyupressyylc-serverweb-tobi-2-appweb-whitelabelyousubssiv-init-depstypescript-resttypescript-rest-nexttyxiosuline-express-servertypenexusw-machine@iamkenos/fragile@kth/kth-studadm-node-app@leizm/web@leizm/hhh@graphql-portal/gateway@hedy-tech/fireback-https-express@jlchain/fe-pack@kali604/middleware@kapeta/web-microfrontend@juicyllama/dev@infinitebrahmanuniverse/nolb-_types_c@hv-kit/hexpress@hv-kit/hvscripts@hos-lib/common@htcticket/common@lettuce/core@lighthousejs/core@rsksmart/express-did-auth@quenk/tendril@reactgo/cli@rewind-media/rewind-apiedrc-backend@resin/pinejs@restmatic/jwt-sessionepic-framework@entangled/express@freedom-app/appeverest-node-common-utilsetmxetn@uvue/serverfd-frameworkfed-todo-journey_express-server@typeofweb/serverfacilislaborum@scinorandex/erpc@vigcoin/pool-api@unicoderns/stardustfluidio@tdb/util.serverfred-b3-nodejs@tatsofts/common@zalastax/nolb-_types_cgenerator-express-ts-basic-starter@tira/tira-deps-dev@ranjodhbirkaur/common@elevationac/theia-token-auth
1.4.7

2 months ago

1.4.6

5 months ago

1.4.5

6 months ago

1.4.4

8 months ago

1.4.3

2 years ago

1.4.2

5 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.30

8 years ago

1.3.29

8 years ago

1.3.28-alpha

8 years ago

1.3.27-alpha

8 years ago

1.3.26-alpha

8 years ago

1.3.25-alpha

8 years ago

1.3.24-alpha

8 years ago

1.3.23-alpha

8 years ago

1.3.22-alpha

8 years ago

1.3.17-alpha

8 years ago

1.3.16-alpha

8 years ago