Socket
Socket
Sign inDemoInstall

gulp-multi-process

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.1.0

2

index.js

@@ -10,3 +10,3 @@ 'use strict';

tasks.forEach(function(taskName) {
var worker = spawn(process.argv[1], [taskName] , { stdio: 'inherit' });
var worker = spawn(process.execPath, [process.argv[1], taskName] , { stdio: 'inherit' });

@@ -13,0 +13,0 @@ worker.on('exit', function (workerCode) {

{
"name": "gulp-multi-process",
"version": "0.1.0",
"version": "1.1.0",
"homepage": "http://github.com/juanfran/gulp-multi-process",

@@ -5,0 +5,0 @@ "repository": "git://github.com/juanfran/gulp-multi-process.git",

@@ -1,2 +0,2 @@

# gulp-multi-process
#gulp-scss-lint
[![Build Status](https://travis-ci.org/juanfran/gulp-multi-process.svg)](https://travis-ci.org/juanfran/gulp-multi-process)

@@ -3,0 +3,0 @@ > Run gulp tasks in separate CPU processes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc