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.1.0 to 7.2.0

3

lib/wait-on.js

@@ -10,3 +10,2 @@ 'use strict';

const axiosPkg = require('axios').default;
const axiosHttpAdapter = require('axios/lib/adapters/http');
const { isBoolean, isEmpty, negate, noop, once, partial, pick, zip } = require('lodash/fp');

@@ -18,3 +17,3 @@ const { NEVER, combineLatest, from, merge, throwError, timer } = require('rxjs');

// be used and it logs all errors polluting the logs
const axios = axiosPkg.create({ adapter: axiosHttpAdapter });
const axios = axiosPkg.create({ adapter: 'http' });
const isNotABoolean = negate(isBoolean);

@@ -21,0 +20,0 @@ const isNotEmpty = negate(isEmpty);

{
"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.1.0",
"version": "7.2.0",
"main": "lib/wait-on",

@@ -41,3 +41,3 @@ "bin": {

"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.1",
"joi": "^17.11.0",

@@ -44,0 +44,0 @@ "lodash": "^4.17.21",

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