@ossiana/node-libcurl
Advanced tools
Comparing version 1.0.9-alpha-5 to 1.1.0-alpha-1
@@ -87,3 +87,3 @@ "use strict"; | ||
const cookies_ = this.m_libCurl_impl_.getCookies(); | ||
return (0, utils_1.httpCookiesToArray)(cookies_).filter((0, utils_1.cookieOptFilter)(cookieOpt)).map(e => `${e[5]}=${encodeURIComponent(e[6])}`).join(';'); | ||
return (0, utils_1.httpCookiesToArray)(cookies_).filter((0, utils_1.cookieOptFilter)(cookieOpt)).map(e => `${e[5]}=${encodeURIComponent(e[6])};`).join(' '); | ||
} | ||
@@ -90,0 +90,0 @@ getCookiesMap(cookieOpt) { |
{ | ||
"name": "@ossiana/node-libcurl", | ||
"version": "1.0.9-alpha-5", | ||
"version": "1.1.0-alpha-1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@mapbox/node-pre-gyp": "^1.0.10", |
Sorry, the diff of this file is not supported yet
317231