Actualizacion de seguridad
This commit is contained in:
6
node_modules/cookie/index.js
generated
vendored
6
node_modules/cookie/index.js
generated
vendored
@@ -172,6 +172,10 @@ function serialize(name, val, options) {
|
||||
str += '; Secure';
|
||||
}
|
||||
|
||||
if (opt.partitioned) {
|
||||
str += '; Partitioned'
|
||||
}
|
||||
|
||||
if (opt.priority) {
|
||||
var priority = typeof opt.priority === 'string'
|
||||
? opt.priority.toLowerCase()
|
||||
@@ -233,7 +237,7 @@ function decode (str) {
|
||||
/**
|
||||
* URL-encode value.
|
||||
*
|
||||
* @param {string} str
|
||||
* @param {string} val
|
||||
* @returns {string}
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user