spawn-process
Advanced tools
| import spawnProcess, { dependencies } from './es5/index'; | ||
| export = spawnProcess & { dependencies }; | ||
| declare const spawnProcessWrapper: typeof spawnProcess & { | ||
| dependencies: typeof dependencies | ||
| }; | ||
| export = spawnProcessWrapper; |
+1
-1
| { | ||
| "name": "spawn-process", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Promise wrapper for `child_process.spawn`", | ||
@@ -5,0 +5,0 @@ "main": "./build/wrapper.js", |
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
16324
0.54%100
3.09%