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

retry-machine

Package Overview
Dependencies
Maintainers
0
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 1.0.2 to 1.0.3

38

package.json
{
"name": "retry-machine",
"version": "1.0.2",
"version": "1.0.3",
"description": "Retry Promises",

@@ -14,3 +14,3 @@ "main": "lib/src/index.js",

"scripts": {
"lint": "./node_modules/.bin/eslint src/ test/",
"lint": "eslint src/ test/",
"build:coverage": "nyc check-coverage --statements 74 --branches 60 --functions 66 --lines 72",

@@ -28,20 +28,18 @@ "test": "NODE_ENV=test nyc npm run spec",

"devDependencies": {
"@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",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^9.1.2",
"nyc": "^10.3.0",
"sinon": "^11.1.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.15",
"@types/sinon": "^10.0.13",
"chai": "^3.5.0",
"bunyan": "1.8.15",
"eslint": "^8.50.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
"nyc": "^10.3.0"
},
"publishConfig": {
"access": "public"
}
}
}
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