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 7.0.0 to 7.0.1

12

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

@@ -13,9 +13,9 @@ rules: {

{
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": "7.0.0",
"version": "7.0.1",
"main": "lib/wait-on",

@@ -32,5 +32,5 @@ "bin": {

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"expect-legacy": "^1.20.2",

@@ -37,0 +37,0 @@ "mkdirp": "^1.0.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