Comparing version 7.0.0 to 7.0.1
@@ -172,3 +172,3 @@ "use strict"; | ||
var jar = options.jar; | ||
var cookie = request.get('Cookie'); | ||
var cookie = request.getAll('Cookie'); | ||
if (!jar) { | ||
@@ -175,0 +175,0 @@ return function () { return Promise.resolve(); }; |
{ | ||
"name": "popsicle", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Simple HTTP requests for node and the browser", | ||
@@ -22,3 +22,3 @@ "main": "dist/common.js", | ||
"lint": "# TODO", | ||
"check-size": "browserify-size .", | ||
"check-size": "browserify . -s popsicle --external bluebird > popsicle.js && du -h popsicle.js", | ||
"build": "rm -rf dist/ && tsc && npm run check-size", | ||
@@ -61,3 +61,2 @@ "test-spec": "npm run test-server-open && HTTPS_PORT=7358 PORT=7357 node dist/test/index.js; EXIT=$?; npm run test-server-close; exit $EXIT", | ||
"browserify": "^13.0.0", | ||
"browserify-size": "^1.0.6", | ||
"envify": "^3.4.0", | ||
@@ -64,0 +63,0 @@ "express": "^4.10.2", |
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
215046
12