Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@renault-digital/bash-base

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renault-digital/bash-base - npm Package Compare versions

Comparing version
2.4.0
to
2.4.1
+1
-1
docs/references.md

@@ -1544,3 +1544,3 @@ [//]: # (Automatically generated by bash-base function doc_comment_to_markdown, don't modify this file directly.)

##### SEE_ALSO
confirm_to_continue, stop_if_failed, is_http_ok
confirm_to_continue, stop_if_failed

@@ -1547,0 +1547,0 @@ ---

{
"name": "@renault-digital/bash-base",
"version": "2.4.0",
"version": "2.4.1",
"description": "A common lib for creating bash script easily.",

@@ -30,3 +30,2 @@ "private": false,

"scripts": {
"preinstall": "npx npm-force-resolutions || true",
"shellcheck": "docker run --rm -v \"$(pwd)\":/bash-base -w /bash-base koalaman/shellcheck:latest src/*.sh scripts/*.sh example/*.sh",

@@ -70,5 +69,4 @@ "shfmt": "docker run --rm -v \"$(pwd)\":/bash-base -w /bash-base mvdan/shfmt -l -w src/*.sh scripts/*.sh example/*.sh",

"merge": ">=2.1.1",
"semantic-release": "^25.0.1"
},
"resolutions": {}
"semantic-release": "^24.2.9"
}
}

@@ -11,3 +11,6 @@ #shellcheck shell=bash

It 'with port number'
nc -l 9999 &
nc -lk 127.0.0.1 9999 &
sleep 1
echo "=== Debug: check listener ==="
lsof -iTCP:9999 -sTCP:LISTEN -n -P
When call prc_filter_by_port 9999

@@ -14,0 +17,0 @@ The status should be success

@@ -67,3 +67,3 @@ #!/usr/bin/env bash

# @SEE_ALSO
# confirm_to_continue, stop_if_failed, is_http_ok
# confirm_to_continue, stop_if_failed
function wait_for() {

@@ -70,0 +70,0 @@ local predicate="${1}"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet