node-body-parser 1.8.1-1ubuntu1 source package in Ubuntu

Changelog

node-body-parser (1.8.1-1ubuntu1) bionic; urgency=medium

  * Fix quoting for autopkgtest >= 5.2

 -- Graham Inggs <email address hidden>  Tue, 27 Mar 2018 14:26:55 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-body-parser_1.8.1.orig.tar.gz 11.8 KiB e8dc9a127a93136fd6774b92fbb6f328c3a292e457d1f8f919963da6901a6790
node-body-parser_1.8.1-1ubuntu1.debian.tar.xz 2.8 KiB 315a7c414622bc392e2cf81e0dfcc7567c2de262e4eb271615d511dd44a1a483
node-body-parser_1.8.1-1ubuntu1.dsc 2.1 KiB 6f82656adc3dff53cd2e2963e31074e174aabf1dc5c5de9f3ce49ec7eeb42507

View changes file

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.