node-raw-body 2.3.3-3 source package in Ubuntu

Changelog

node-raw-body (2.3.3-3) unstable; urgency=medium

  * Restore master without applied patches
  * Set longer timeout for tests (Closes: #862496)
  * Standards-Version: 4.3.0

 -- Jérémy Lal <email address hidden>  Mon, 07 Jan 2019 09:17:55 +0100

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-raw-body_2.3.3-3.dsc 2.3 KiB 67bc998d171e0104377824af0b9462fedb6488651fd8e43a23b8f2acf4a7e73a
node-raw-body_2.3.3.orig.tar.gz 11.3 KiB a5f01577a588ec296699b9d57173399d8f41569e5de0d0a63148afe0ab8068e9
node-raw-body_2.3.3-3.debian.tar.xz 3.7 KiB d8c62fe883dfe2af276bac5cc920bac8070be14df947de1e3dda3887cf0455fd

Available diffs

No changes file available.

Binary packages built by this source

node-raw-body: Request body length validation supporting streams - Node.js

 This module gets the entire buffer of a stream and validates its length
 against an expected length. A limit can also be set, preventing memory
 exhaustion. It is useful for parsing request bodies.
 .
 Node.js is an event-based server-side javascript engine.