Socket
Socket
Sign inDemoInstall

wait-on

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wait-on - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

24

package.json
{
"name": "wait-on",
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
"version": "6.0.1",
"version": "7.0.0",
"main": "lib/wait-on",

@@ -24,24 +24,24 @@ "bin": {

"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"expect-legacy": "^1.20.2",
"mkdirp": "^1.0.4",
"mocha": "^9.2.0",
"mocha": "^10.2.0",
"temp": "^0.9.4"
},
"dependencies": {
"axios": "^0.25.0",
"joi": "^17.6.0",
"axios": "^0.27.2",
"joi": "^17.7.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"rxjs": "^7.5.4"
"minimist": "^1.2.7",
"rxjs": "^7.8.0"
},

@@ -48,0 +48,0 @@ "keywords": [

@@ -15,3 +15,4 @@ # wait-on - wait for files, ports, sockets, http(s) resources

Latest version 4+ requires Node.js 10+
Latest wait-on version 7+ requires Node.js 12+
wait-on versions 4-6 requires Node.js 10+

@@ -18,0 +19,0 @@ (Node.js v8 users can use wait-on@5.3.0, v4 users can still use wait-on@2.1.2, and older Node.js

Sorry, the diff of this file is not supported yet

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