Socket
Socket
Sign inDemoInstall

fetch-retry

Package Overview
Dependencies
8
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

2

index.js
'use strict';
var fetch = require('isomorphic-fetch');
var Promise = require('bluebird');
var Promise = require('es6-promise');

@@ -5,0 +5,0 @@ module.exports = function(url, options) {

{
"name": "fetch-retry",
"version": "1.0.3",
"version": "1.1.0",
"description": "Adds retry functionality to the Fetch API",

@@ -20,3 +20,3 @@ "repository": "https://github.com/jonbern/fetch-retry.git",

"dependencies": {
"bluebird": "^3.3.4",
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1"

@@ -23,0 +23,0 @@ },

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

var expect = require('expectations');
var Promise = require('bluebird');
var Promise = require('es6-promise');

@@ -8,0 +8,0 @@ describe('fetch-retry', function() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc