New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-retry

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-retry - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

package.json
{
"name": "async-retry",
"version": "1.1.0",
"version": "1.1.1",
"description": "Retrying made simple, easy and async",

@@ -10,3 +10,4 @@ "main": "./dist/index",

"scripts": {
"build": "babel lib/index.js > dist/index.js",
"prebuild": "rm -rf dist && mkdir dist",
"build": "npm run prebuild && babel lib/index.js > dist/index.js",
"test": "npm run build && xo && ava",

@@ -34,3 +35,3 @@ "prepublish": "npm run build"

"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015": "6.24.1",
"retry": "0.10.1"

@@ -40,3 +41,3 @@ },

"ava": "0.18.1",
"babel-cli": "^6.24.1",
"babel-cli": "6.24.1",
"node-fetch": "1.6.3",

@@ -43,0 +44,0 @@ "then-sleep": "1.0.1",

@@ -5,3 +5,3 @@ # async-retry

[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)
[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)

@@ -23,2 +23,3 @@ Retrying made simple, easy, async.

bail(new Error('Unauthorized'))
return
}

@@ -25,0 +26,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