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.9 to 0.1.0

1

dist/index.es.js

@@ -904,3 +904,2 @@ (function(self) {

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

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

@@ -908,3 +908,2 @@ 'use strict';

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

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

2

package.json
{
"name": "stubborn-fetch",
"version": "0.0.9",
"version": "0.1.0",
"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