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

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 8.0.0 to 8.0.1

.github/workflows/node.js.yml

9

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": "8.0.0",
"version": "8.0.1",
"main": "lib/wait-on",

@@ -21,3 +21,4 @@ "bin": {

"publish:next": "npm publish --tag next && npm view",
"test": "mocha --exit 'test/**/*.mocha.js'"
"test": "npm run lint && npm run test:mocha",
"test:mocha": "mocha --exit 'test/**/*.mocha.js'"
},

@@ -32,3 +33,3 @@ "engines": {

"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^16.2.0",

@@ -43,3 +44,3 @@ "eslint-plugin-node": "^11.1.0",

"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.7",
"joi": "^17.13.3",

@@ -46,0 +47,0 @@ "lodash": "^4.17.21",

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

[![Build Status](https://travis-ci.com/jeffbski/wait-on.svg?branch=master)](https://travis-ci.com/jeffbski/wait-on)
[![CI](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml/badge.svg)](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml)

@@ -14,0 +14,0 @@ ## Installation

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