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

retry-promise

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-promise - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.babelrc

40

package.json
{
"name": "retry-promise",
"version": "0.0.2",
"description": "Small utility function to automatically retry bluebird Promises.",
"main": "index.js",
"version": "0.0.3",
"description": "Small utility function that automatically retries Promises.",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint ./src ./test",
"build": "babel ./src --out-dir ./lib --copy-files",
"clean": "rimraf ./lib",
"pretest": "npm run lint",
"test": "babel-node test/*.js",
"preversion": "npm test && npm run changelog",
"version:auto": "npm version $(conventional-recommended-bump --preset=angular)",
"postversion": "git push && git push --tags",
"release": "npm run version:auto && npm publish",
"prepublish": "npm run build",
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -w",
"changelog:commit": "git add CHANGELOG.md && git commit -m \"chore(changelog): auto generate changelog\"",
"changelog": "npm run changelog:generate && npm run changelog:commit"
},

@@ -23,3 +35,21 @@ "repository": {

},
"homepage": "https://github.com/olalonde/retry-promise"
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog/"
}
},
"homepage": "https://github.com/olalonde/retry-promise",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.1.18",
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.1.18",
"blue-tape": "^0.1.10",
"conventional-changelog": "^0.5.1",
"conventional-recommended-bump": "0.0.3",
"cz-conventional-changelog": "^1.1.4",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"rimraf": "^2.4.3"
}
}
# retry-promise
[![Build Status](https://travis-ci.org/olalonde/retry-promise.svg)](https://travis-ci.org/olalonde/retry-promise)
Small utility function to automatically retry bluebird Promises.

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

index.js
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