Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

retry-machine

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-machine - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

lib/src/index.d.ts

42

package.json
{
"name": "retry-machine",
"version": "0.3.0",
"version": "1.0.0",
"description": "Retry Promises",
"main": "lib/index.js",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"repository": "git@github.com:ordermentum/prowl.git",

@@ -17,24 +18,18 @@ "author": "John D'Agostino <john.dagostino@gmail.com>",

"report": "./node_modules/.bin/nyc report --reporter=html",
"spec": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --compilers js:babel-core/register --recursive test/**/*",
"build": "babel src --out-dir lib",
"spec": "./node_modules/.bin/_mocha -R spec --require ts-node/register --recursive test/**/*",
"build": "tsc",
"prepublish": "yarn run build",
"reporter": "nyc --reporter=html yarn run test",
"flow": "./node_modules/.bin/flow check"
"reporter": "nyc --reporter=html yarn run test"
},
"dependencies": {
"null-logger": "^1.0.0"
"null-logger": "^2.0.5"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-istanbul": "^0.12.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.4.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"@types/bunyan": "^1.8.7",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.5",
"@types/sinon": "^10.0.4",
"bunyan": "^1.8.15",
"chai": "^4.3.4",
"eslint": "^3.19.0",

@@ -45,9 +40,8 @@ "eslint-config-airbnb": "^14.1.0",

"eslint-plugin-react": "^6.10.3",
"express": "^4.15.2",
"flow-bin": "^0.45.0",
"flow-coverage-report": "^0.3.0",
"mocha": "^3.3.0",
"mocha": "^9.1.2",
"nyc": "^10.3.0",
"sinon": "^2.1.0"
"sinon": "^11.1.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}
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