Socket
Socket
Sign inDemoInstall

async-retry

Package Overview
Dependencies
1
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 1.0.0

2

lib/index.js
// Packages
const retrier = require('retry')
module.exports = exports.default = (fn, opts) => {
module.exports = (fn, opts) => {
opts = opts || {}

@@ -6,0 +6,0 @@

{
"name": "async-retry",
"version": "0.3.0",
"version": "1.0.0",
"description": "Retrying made simple, easy and async",

@@ -13,3 +13,3 @@ "main": "./lib/index",

"license": "MIT",
"repository": "zeit/release",
"repository": "zeit/async-retry",
"ava": {

@@ -16,0 +16,0 @@ "failFast": true

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