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

manager

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manager - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+7
-3
lib/manager.js

@@ -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 @@ });

@@ -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",