node-body-parser 1.20.1+~1.19.2-1 source package in Ubuntu

Changelog

node-body-parser (1.20.1+~1.19.2-1) unstable; urgency=medium

  * Team upload

  [ sandra uwah ]
  * New upstream version 1.20.1+~1.19.2
  * bumped up standard version to 4.6.1
  * update copyright to 2022
  * Fix lintian override error

  [ Yadd ]
  * Set upstream metadata fields: Security-Contact

 -- sandra uwah <email address hidden>  Wed, 12 Oct 2022 18:01:51 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-body-parser_1.20.1+~1.19.2-1.dsc 2.8 KiB 6d19d966a552659083f5e2400b10c99142708df6651235639ddb29d618d422b5
node-body-parser_1.20.1+~1.19.2.orig-types-body-parser.tar.gz 2.9 KiB bbef4ddbfee80b8e696fa75500ec0f7816e10efc45d8b80d9c08034c26567ed8
node-body-parser_1.20.1+~1.19.2.orig.tar.gz 24.0 KiB 6d4f50e93ba724a97e75be77fc4aaea72fb43a74fbad57aa12f5cf1256c333df
node-body-parser_1.20.1+~1.19.2-1.debian.tar.xz 3.7 KiB 1e384979f8d341b498b85f12d4f14e312895de63dbdf60e6e51c439ff47ee346

No changes file available.

Binary packages built by this source

node-body-parser: body parsing middleware - Node.js module

 body-parser is a Node.js module which provides connect middleware for parsing
 HTTP request bodies. It supports JSON and urlencoded formats and does not
 support multipart requests.
 .
 Node.js is an event-based server-side JavaScript engine.