Socket
Socket
Sign inDemoInstall

axios-retry

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-retry - npm Package Versions

1235

3.1.7

Diff

Changelog

Source

[3.1.7] - 2019-04-23

Fixed

  • Fixed default export to resolve TS2309
  • Updated dependencies to fix build error
  • Added missing CHANGELOG entries (versions 3.0.1 until today)
softonic
published 3.1.6 •

Changelog

Source

[3.1.6] - 2019-04-21

Fixed

  • Fixed export of IAxiosRetryConfig
softonic
published 3.1.5 •

Changelog

Source

[3.1.5] - 2019-04-20

Fixed

  • Fixed TS definitions
softonic
published 3.1.4 •

Changelog

Source

[3.1.4] - 2019-04-18

Fixed

  • Fixed TS definitions

Added

  • Added note in README related to compatibility issue with axios 0.19.0
  • Updated LICENSE
softonic
published 3.1.2 •

Changelog

Source

[3.1.2] - 2019-01-24

Added

  • TravisCI build status badge in README
  • Update index.d.ts with missing functions
softonic
published 3.1.1 •

Changelog

Source

[3.1.1] - 2018-06-13

Fixed

  • Do not run requestTransform again after retry

Added

  • Explicit return type on axiosRetry
  • Prettier
softonic
published 3.1.0 •

Changelog

Source

[3.1.0] - 2018-04-26

Fixed

  • Export isRetryableError for CommonJS

Added

  • Added additional param shouldResetTimeout
softonic
published 3.0.2 •

Changelog

Source

[3.0.2] - 2018-02-09

Added

  • Now isRetryableError method is accessible.
  • Added delayStrategy option to be able to have exponential backoff for successive retries.
softonic
published 3.0.1 •

Changelog

Source

[3.0.1] - 2017-08-16

Fixed

  • Fixed first request time not being taken into account in timeout across retries.
  • Fixed negative timeouts being passed to XHR (browsers), causing that no timeout was applied.
  • Fixed safe methods and idempotent errors not being retried on unknown network errors.
softonic
published 3.0.0 •

Changelog

Source

[3.0.0] - 2017-08-13

Changed

  • Retried errors on idempotent requests (5xx with get, head, options, put and delete) by default, along with safe network errors.
  • Moved some hard-coded conditions to the default retryCondition function so users can define a custom function that overwrites them. The conditions that verify that the error is not a timeout or an unsafe network error have been moved to isNetworkError.

Added

  • Added additional pre-defined retry conditions: isSafeRequestError, isIdempotentRequestError.
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