Socket
Socket
Sign inDemoInstall

urlencoded-request-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlencoded-request-parser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "urlencoded-request-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Express middleware which parses url encoded bodies via qs and exposes options to qs",

@@ -5,0 +5,0 @@ "main": "index.js",

urlencoded-request-parser
=========================
[![Build Status][travis-image]][travis-url]
Express middleware which parses url encoded bodies via qs and exposes options to qs

@@ -21,1 +23,4 @@

Where `opts` are the ones used by [`qs`](https://github.com/hapijs/qs).
[travis-image]: https://travis-ci.org/apechimp/urlencoded-request-parser.svg
[travis-url]: https://travis-ci.org/apechimp/urlencoded-request-parser
var test = require('tape');
var servertest = require('servertest');
var parseUrlEncoded = require('.');
var parseUrlEncoded = require('./index');
var http = require('http');

@@ -5,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc