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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
  * Use dh-sequence-nodejs
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.

 -- Yadd <email address hidden>  Fri, 08 Oct 2021 10:53:35 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-raw-body_2.4.1-3.dsc 2.2 KiB 93922b912991fb86703b318c56a48ebc48492a07eb74ae3e9cc3ed233710b3bc
node-raw-body_2.4.1.orig.tar.gz 12.3 KiB 9135e047eac2b78e367e808562b818dfa519ec85de40e228a61a2e0c373ac1bf
node-raw-body_2.4.1-3.debian.tar.xz 3.7 KiB 6d38dd006be87e6cbccb47734034d2b06928b3faa44f79c4feab6792e284506f

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.