Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

npm-start

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-start - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+18
-2
npm-start.sh

@@ -63,3 +63,19 @@ #!/bin/bash

load_package
run_prestart && run_start && run_poststart
run () {
load_package
run_prestart && run_start && run_poststart
}
on_proxy_exit () {
kill $PID
wait $PID
}
if [ "$$" = "1" ]; then
trap on_proxy_exit SIGTERM
$0 &
PID=$!
wait
else
run
fi
+1
-1
{
"name": "npm-start",
"version": "1.2.0",
"version": "1.2.1",
"description": "'npm start' written in bash that propagates kill to subprocesses",

@@ -5,0 +5,0 @@ "repository": {