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

cross-spawn-cb

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-spawn-cb

Cross spawn with a completion callback

latest
Source
npmnpm
Version
3.2.1
Version published
Maintainers
1
Created
Source

cross-spawn-cb

Cross spawn with a completion callback

var assert = require('assert');
var spawn = require('cross-spawn-cb');

spawn('node', ['--version'], { stdio: 'inherit' }, function (err, res) {
  done();
});

Keywords

cross-spawn

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts