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

retry-function

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-function - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

.nyc_output/664ce4d4d2add223ab68dcbf67f36683.json

6

index.js

@@ -44,8 +44,2 @@ 'use strict';

});
const a = [1, 2, 3, 4];
const b = { a, c };
a.push(5);
return b || a;
}

@@ -52,0 +46,0 @@

14

package.json
{
"name": "retry-function",
"version": "2.0.0",
"version": "2.1.0",
"description": "Wrapper to retry function calls with an exponential backoff strategy",

@@ -22,14 +22,14 @@ "main": "index.js",

"dependencies": {
"joi": "^9.1.1",
"joi": "^13.0.1",
"retry": "^0.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.8.1",
"eslint-config-screwdriver": "^2.0.5",
"chai": "^4.1.2",
"eslint": "^4.10.0",
"eslint-config-screwdriver": "^3.0.0",
"eslint-plugin-import": "^2.0.1",
"jenkins-mocha": "^3.0.4",
"sinon": "^1.17.6"
"jenkins-mocha": "^6.0.0",
"sinon": "^4.1.1"
},
"license": "MIT"
}

@@ -1,2 +0,2 @@

# retry-function [ ![Codeship Status for petey/retry-function](https://codeship.com/projects/3b013d30-aa68-0132-9077-1ec81ced6103/status?branch=master)](https://codeship.com/projects/68028)
# retry-function
Wrapper to retry function calls with an exponential backoff strategy

@@ -3,0 +3,0 @@

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