Comparing version 3.0.4 to 3.0.5
@@ -22,3 +22,3 @@ 'use strict'; | ||
// 1: type/subtype 2: "b" 3: b | ||
// 1: type/subtype 2: "b" 3: b | ||
internals.contentTypeRegex = /^([^\/]+\/[^\s;]+)(?:(?:\s*;\s*boundary=(?:"([^"]+)"|([^;"]+)))|(?:\s*;\s*[^=]+=(?:(?:"(?:[^"]+)")|(?:[^;"]+))))*$/i; | ||
@@ -65,4 +65,4 @@ | ||
// 1: name 2: * 3: ext-value 4: quoted 5: token | ||
internals.contentDispositionParamRegex = /([^\=\*]+)(\*)?\s*\=\s*(?:([^;']+\'[\w-]*\'[^;\s]+)|(?:\"([^"]*)\")|([^;\s]*))(?:(?:\s*;\s*)|(?:\s*$))/g; | ||
// 1: name 2: * 3: ext-value 4: quoted 5: token | ||
internals.contentDispositionParamRegex = /([^\=\*]+)(\*)?\s*\=\s*(?:([^;'"]+\'[\w-]*\'[^;\s]+)|(?:\"([^"]*)\")|([^;\s]*))(?:(?:\s*;\s*)|(?:\s*$))/g; | ||
@@ -69,0 +69,0 @@ exports.disposition = function (header) { |
{ | ||
"name": "content", | ||
"description": "HTTP Content-* headers parsing", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"repository": "git://github.com/hapijs/content", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"code": "4.x.x", | ||
"lab": "13.x.x" | ||
"lab": "14.x.x" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
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
7875