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 5.2.0 to 5.2.1

11

.eslintrc.js
module.exports = {
env: {
mocha: true
mocha: true,
},
plugins: ['chai-friendly'],
extends: ['standard', 'prettier', 'prettier/standard'],
root: true,
rules: {

@@ -12,9 +13,9 @@ 'no-use-before-define': 'off',

{
varsIgnorePattern: 'should|expect'
}
varsIgnorePattern: 'should|expect',
},
],
// disable the original no-unused-expressions use chai-friendly
'no-unused-expressions': 'off',
'chai-friendly/no-unused-expressions': 'error'
}
'chai-friendly/no-unused-expressions': 'error',
},
};
{
"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": "5.2.0",
"version": "5.2.1",
"main": "lib/wait-on",

@@ -27,21 +27,21 @@ "bin": {

"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^5.0.0",
"expect-legacy": "^1.20.2",
"mkdirp": "^1.0.4",
"mocha": "^7.1.1",
"temp": "^0.9.1"
"mocha": "^7.2.0",
"temp": "^0.9.4"
},
"dependencies": {
"axios": "^0.19.2",
"joi": "^17.1.1",
"lodash": "^4.17.19",
"axios": "^0.21.1",
"joi": "^17.3.0",
"lodash": "^4.17.20",
"minimist": "^1.2.5",
"rxjs": "^6.5.5"
"rxjs": "^6.6.3"
},

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

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