Socket
Socket
Sign inDemoInstall

async-retry

Package Overview
Dependencies
67
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

dist/index.js

17

package.json
{
"name": "async-retry",
"version": "1.0.0",
"version": "1.1.0",
"description": "Retrying made simple, easy and async",
"main": "./lib/index",
"main": "./dist/index",
"files": [
"lib"
"dist"
],
"scripts": {
"test": "xo && ava"
"build": "babel lib/index.js > dist/index.js",
"test": "npm run build && xo && ava",
"prepublish": "npm run build"
},
"babel": {
"presets": [
"es2015"
]
},
"license": "MIT",

@@ -26,2 +33,3 @@ "repository": "zeit/async-retry",

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

@@ -31,2 +39,3 @@ },

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

@@ -33,0 +42,0 @@ "then-sleep": "1.0.1",

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