node-cookie-parser 1.4.4-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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cookie-parser_1.4.4-1.dsc 2.2 KiB 98474b027cc7e2218051d9ec60771c4fffcc0fbc1118d3bf6a20e7a76aad7bbd
node-cookie-parser_1.4.4.orig.tar.gz 6.4 KiB c53b4549637caa4d15063e2afa7b7247d1effd37324a2dcfb951a9793f7110ec
node-cookie-parser_1.4.4-1.debian.tar.xz 2.7 KiB be326114ab592313c290fcde11387e6650686d0a46fa79330e68b5b2c3e058bf

Available diffs

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.