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

Changelog

node-body-parser (1.8.1-1) unstable; urgency=low


  * Update to upstream 1.8.1
  * Simpler autopkgtest
  * Refresh iconv patch
  * Add dependency on node-on-finished

 -- Andrew Kelley <email address hidden>  Fri, 12 Sep 2014 10:14:19 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-body-parser_1.8.1-1.dsc 2.0 KiB 1afc6e5cde4b81be5b05a28efc7dcc04c13683771707357eee09f46f7727ece9
node-body-parser_1.8.1.orig.tar.gz 11.8 KiB e8dc9a127a93136fd6774b92fbb6f328c3a292e457d1f8f919963da6901a6790
node-body-parser_1.8.1-1.debian.tar.xz 2.7 KiB a848328b8a93e633e673665214dbd8a157c0613c8398f36bcbdd334f8d8b8c73

Available diffs

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.