node-cookie-parser 1.4.6+~1.4.2-1 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cookie-parser_1.4.6+~1.4.2-1.dsc 2.5 KiB 439d6382dcb655b62d031436501a671134301f857d82f553ce19a47d9d53828d
node-cookie-parser_1.4.6+~1.4.2.orig-types-cookie-parser.tar.gz 1.7 KiB d0e03ba382105ada07206b8d0a6a06a9338416a346591288f8516a3bb04f1a7b
node-cookie-parser_1.4.6+~1.4.2.orig.tar.gz 7.4 KiB c3e7fb6997b274cf502c7525302e2ec9354bfde3ca450f6a2b3476286f7b35a9
node-cookie-parser_1.4.6+~1.4.2-1.debian.tar.xz 3.2 KiB 1d2adc2288df56cd40bcebf958a198960bd6613ede40e7073f8134bff01ef12d

No changes file available.

Binary packages built by this source

node-cookie-parser: cookie parsing middleware with signatures - Node.js module

 This module provides an express/connect middleware for parsing
 the HTTP Cookie header. It populates req.cookies with an object
 keyed by the cookie names.
 .
 Cookies can be optionally signed with a secret string, which is then
 stored in the 'secret' property of the Request object, so it can be
 used by other middleware.
 .
 Express is a web application framework for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.