Comparing version 3.0.1 to 4.0.0
@@ -164,3 +164,3 @@ 'use strict'; | ||
if (this._bytes > this._maxBytes) { | ||
finish(Boom.badRequest('Maximum size exceeded')); | ||
finish(Boom.entityTooLarge('Maximum size exceeded')); | ||
} | ||
@@ -167,0 +167,0 @@ }; |
{ | ||
"name": "pez", | ||
"description": "Multipart parser", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"repository": "git://github.com/hapijs/pez", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12845