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

request-promise-native

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-promise-native - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

package.json
{
"name": "request-promise-native",
"version": "1.0.5",
"version": "1.0.6",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",

@@ -36,5 +36,5 @@ "keywords": [

"dependencies": {
"request-promise-core": "1.1.1",
"stealthy-require": "^1.1.0",
"tough-cookie": ">=2.3.3"
"request-promise-core": "1.1.2",
"stealthy-require": "^1.1.1",
"tough-cookie": "~2.3.3"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

@@ -52,2 +52,6 @@ <a href="http://promisesaplus.com/">

- v1.0.6 (2019-02-14)
- Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes
*(Thanks to @jasonmit for pull request [#33](https://github.com/request/request-promise-native/pull/33/))*
- Security fix: bumped `lodash` to `^4.17.11`, see [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm)
- v1.0.5 (2017-09-22)

@@ -54,0 +58,0 @@ - Upgraded `tough-cookie` to a version without regex DoS vulnerability

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