New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

requestretry

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requestretry - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.nyc_output/58adba2b0ff1bc239b2ffad467738f50.json

13

CHANGELOG.md

@@ -0,1 +1,14 @@

<a name="2.0.1"></a>
## 2.0.1 (2018-08-01)
* add a readme section ([3397bd6](https://github.com/FGRibreau/node-request-retry/commit/3397bd6))
* add ability to override request object ([93851fb](https://github.com/FGRibreau/node-request-retry/commit/93851fb))
* Release v2.0.1. ([4b0a236](https://github.com/FGRibreau/node-request-retry/commit/4b0a236))
* Update README.md ([9e54d89](https://github.com/FGRibreau/node-request-retry/commit/9e54d89))
* Update README.md ([c26a18c](https://github.com/FGRibreau/node-request-retry/commit/c26a18c))
* chore: add npm-release ([355ee09](https://github.com/FGRibreau/node-request-retry/commit/355ee09))
* docs(changelog): updated ([74925d6](https://github.com/FGRibreau/node-request-retry/commit/74925d6))
<a name="2.0.0"></a>

@@ -2,0 +15,0 @@ # 2.0.0 (2018-07-17)

28

package.json
{
"name": "requestretry",
"description": "request-retry wrap nodejs request to retry http(s) requests in case of error",
"version": "2.0.1",
"version": "2.0.2",
"author": {

@@ -46,4 +46,4 @@ "name": "Francois-Guillaume Ribreau",

"dependencies": {
"extend": "^3.0.0",
"lodash": "^4.15.0",
"extend": "^3.0.2",
"lodash": "^4.17.10",
"when": "^3.7.7"

@@ -55,17 +55,17 @@ },

"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.2.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"coveralls": "^2.11.12",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"conventional-changelog": "^2.0.1",
"conventional-changelog-cli": "^1.3.2",
"coveralls": "^2.13.1",
"kew": "~0.7.0",
"mocha": "^3.0.2",
"mocha": "^3.5.0",
"npm-release": "^1.0.0",
"nyc": "^10.0.0",
"q": "~1.4.1",
"nyc": "^12.0.2",
"q": "^1.5.1",
"request": "^2.87.0",
"rsvp": "^3.2.1",
"sinon": "1.17.6",
"updtr": "^0.2.1"
"rsvp": "^3.6.2",
"sinon": "^6.1.4",
"updtr": "^2.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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