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.3.1
to
1.3.2
+2
-0
npm-start.sh
#!/bin/bash
export PATH=node_modules/.bin:$PATH
subprocs () {

@@ -4,0 +6,0 @@ for pid in $(ps ax -o ppid,pid | awk "\$1 == $1 {print \$2}"); do

+1
-1
{
"name": "npm-start",
"version": "1.3.1",
"version": "1.3.2",
"description": "'npm start' written in bash that propagates kill to subprocesses",

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