Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

request-promise

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-promise - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc