New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xprezzo-urlencoded-parser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xprezzo-urlencoded-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

HISTORY.md

@@ -0,1 +1,9 @@

1.1.1 / 2020-10-22
==================
* depds xprezzo-raw-body updated to v1.1.1
* use xprezzo-content-type v1.0.0
* use xprezzo-querystring v1.0.0
* use xprezzo-typeis v1.0.0
1.1.0 / 2020-10-05

@@ -2,0 +10,0 @@ ==================

6

lib/urlencoded.js

@@ -15,3 +15,3 @@ /**

const bytes = require('xprezzo-raw-body').bytes
const contentType = require('content-type')
const contentType = require('xprezzo-content-type')
const createError = require('xprezzo-raw-body').httpErrors

@@ -21,3 +21,3 @@ const debug = require('xprezzo-raw-body').debug('xprezzo:urlencodedParser')

const Reader = require('xprezzo-raw-body').Reader
const typeis = require('type-is')
const typeis = require('xprezzo-typeis')
const prop = new WeakMap()

@@ -216,3 +216,3 @@

case 'qs':
mod = require('qs')
mod = require('xprezzo-querystring')
break

@@ -219,0 +219,0 @@ case 'querystring':

{
"name": "xprezzo-urlencoded-parser",
"description": "Xprezzo urlencoded parser middleware",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -9,12 +9,12 @@ "author": "Ben Ajenoui <info@seohero.io>",

"dependencies": {
"content-type": "~1.0.4",
"depd": "~2.0.0",
"qs": "6.9.4",
"type-is": "~1.6.18",
"xprezzo-raw-body": "1.1.0"
"xprezzo-content-type": "1.0.0",
"xprezzo-querystring": "1.0.0",
"xprezzo-raw-body": "1.1.1",
"xprezzo-typeis": "1.0.0"
},
"devDependencies": {
"eslint": "7.8.1",
"eslint": "7.11.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-markdown": "1.0.2",

@@ -25,3 +25,3 @@ "eslint-plugin-node": "11.1.0",

"methods": "1.1.2",
"mocha": "8.1.3",
"mocha": "8.2.0",
"nyc": "15.1.0",

@@ -28,0 +28,0 @@ "supertest": "4.0.2",

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