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.7 to 0.0.8

4

dist/index.es.js

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

if (delay > 0) {
_this2._log('info', 'delay retry for ' + delay + ' ms');
_this2._log('debug', 'delay retry for ' + delay + ' ms');
}

@@ -905,3 +905,3 @@ window.setTimeout(resolve, delay);

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

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

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

if (delay > 0) {
_this2._log('info', 'delay retry for ' + delay + ' ms');
_this2._log('debug', 'delay retry for ' + delay + ' ms');
}

@@ -909,3 +909,3 @@ window.setTimeout(resolve, delay);

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

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

{
"name": "stubborn-fetch",
"version": "0.0.7",
"version": "0.0.8",
"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