request-promise
Advanced tools
Comparing version 4.2.3 to 4.2.4
{ | ||
"name": "request-promise", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"stealthy-require": "^1.1.1", | ||
"tough-cookie": "~2.3.3" | ||
"tough-cookie": "^2.3.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -648,2 +648,6 @@ <a href="http://promisesaplus.com/"> | ||
- v4.2.4 (2019-02-14) | ||
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3` | ||
*(Thanks to @evocateur for pointing this out.)* | ||
- If you installed `request-promise@4.2.3` please make sure after the upgrade that `request` and `request-promise` use the same physical copy of `tough-cookie`. | ||
- v4.2.3 (2019-02-14) | ||
@@ -650,0 +654,0 @@ - Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes |
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
36636
750
- Removedpunycode@1.4.1(transitive)
- Removedtough-cookie@2.3.4(transitive)
Updatedtough-cookie@^2.3.3