+7
-3
@@ -17,2 +17,6 @@ var path = require('path'); | ||
| workers.forEach(function (w) { | ||
| w.send({ config: build }); | ||
| }); | ||
| var output_file = path.join(basePath, p, cacheName); // Cache version local path | ||
@@ -244,10 +248,10 @@ | ||
| } else { | ||
| assetWatcher(build.js, 'js'); // Monitor JS files changes | ||
| assetWatcher(build.css, 'css'); // Monitor CSS files changes | ||
| } else { | ||
| process.on('message', function (msg) { | ||
| if (msg.stop) { | ||
| process.exit(101); | ||
| } else if (msg.config) { | ||
| build = msg.config; | ||
| } | ||
@@ -254,0 +258,0 @@ }); |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "keywords": ["production", "development", "deployment", "javascript", "css", "minify", "build"], | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "main": "index", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/konteck/manager", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11803
1.32%246
2.07%