@renault-digital/bash-base
Advanced tools
@@ -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 @@ --- |
+3
-5
| { | ||
| "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 |
+1
-1
@@ -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
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%1
-50%1184803
0