Socket
Socket
Sign inDemoInstall

@hapi/pez

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/pez - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

7

lib/index.js

@@ -366,4 +366,9 @@ 'use strict';

this._headers[this._pendingHeader.slice(0, sep).toLowerCase()] = this._pendingHeader.slice(sep + 1).trim();
const name = this._pendingHeader.slice(0, sep).toLowerCase();
if (name === '__proto__') {
return this._abort(Boom.badRequest('Invalid header'));
}
this._headers[name] = this._pendingHeader.slice(sep + 1).trim();
this._pendingHeader = '';
};

4

package.json
{
"name": "@hapi/pez",
"description": "Multipart parser",
"version": "4.1.1",
"version": "4.1.2",
"repository": "git://github.com/hapijs/pez",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"@hapi/boom": "7.x.x",
"@hapi/content": "4.x.x",
"@hapi/content": "^4.1.1",
"@hapi/hoek": "8.x.x",

@@ -18,0 +18,0 @@ "@hapi/nigel": "3.x.x"

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