New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

spawn-process

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawn-process - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+4
-1
build/wrapper.d.ts
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