async-retry
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4708
1
4
0
54
36
1
+ Addedretry@0.10.1(transitive)
- Removedbabel-runtime@6.5.0
- Removedbabel-runtime@6.5.0(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedretry@0.9.0(transitive)
Updatedretry@0.10.1