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 0.2.1 to 0.3.0

lib/index.js

68

package.json
{
"name": "async-retry",
"version": "0.2.1",
"description": "",
"main": "./build/lib/index",
"version": "0.3.0",
"description": "Retrying made simple, easy and async",
"main": "./lib/index",
"files": [
"build"
"lib"
],
"dependencies": {
"retry": "0.9.0",
"babel-runtime": "6.5.0"
"scripts": {
"test": "xo && ava"
},
"devDependencies": {
"ava": "0.12.0",
"babel-eslint": "4.1.8",
"babel-preset-es2015": "6.3.13",
"del": "2.2.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"gulp": "3.9.0",
"gulp-babel": "6.1.2",
"gulp-eslint": "1.1.1",
"gulp-task-listing": "1.0.1",
"babel-plugin-transform-runtime": "6.5.2",
"babel-plugin-syntax-async-functions": "6.5.0",
"babel-plugin-transform-async-to-generator": "6.5.0",
"babel-register": "6.5.2",
"node-fetch": "1.3.3",
"then-sleep": "1.0.1"
"license": "MIT",
"repository": "zeit/release",
"ava": {
"failFast": true
},
"scripts": {
"gulp": "gulp",
"test": "ava"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-runtime",
"syntax-async-functions",
"transform-async-to-generator"
"xo": {
"esnext": true,
"space": true,
"semicolon": false,
"ignores": [
"examples/**/*"
]
},
"ava": {
"failFast": true,
"files": [
"test/*.js"
],
"require": [
"babel-register"
]
"dependencies": {
"retry": "0.10.1"
},
"devDependencies": {
"ava": "0.18.1",
"node-fetch": "1.6.3",
"then-sleep": "1.0.1",
"xo": "0.17.1"
}
}
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