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

stubborn-fetch

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stubborn-fetch - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/index.es.js

@@ -786,3 +786,3 @@ (function(self) {

// Check for error again, in case some condition changed while we were delaying
// For example, another request may have pushed over the totalRequestTimeLimit limit
// For example, we might now be over the totalRequestTimeLimit limit
this._requestGuard();

@@ -905,3 +905,3 @@

_this3._runRequestLoop().then(function (response) {
_this3._log('debug', 'success', { response: response });
_this3._log('info', 'success', { response: response });
resolve(response);

@@ -908,0 +908,0 @@ }).catch(function (error) {

@@ -790,3 +790,3 @@ 'use strict';

// Check for error again, in case some condition changed while we were delaying
// For example, another request may have pushed over the totalRequestTimeLimit limit
// For example, we might now be over the totalRequestTimeLimit limit
this._requestGuard();

@@ -909,3 +909,3 @@

_this3._runRequestLoop().then(function (response) {
_this3._log('debug', 'success', { response: response });
_this3._log('info', 'success', { response: response });
resolve(response);

@@ -912,0 +912,0 @@ }).catch(function (error) {

{
"name": "stubborn-fetch",
"version": "0.0.8",
"version": "0.0.9",
"description": "Fetch wrapper with built in retry",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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