nodewebkit
Advanced tools
Comparing version
{ | ||
"name": "nodewebkit", | ||
"version": "0.7.4", | ||
"version": "0.7.5-1", | ||
"description": "A installer for node-webkit", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -39,3 +39,7 @@ #!/usr/bin/env node | ||
var dest = path.resolve(__dirname, '..', 'nodewebkit'); | ||
var finished = false; | ||
zipfile.on('finish', function() { | ||
if (finished) return; | ||
finished = true; | ||
console.log('Finish downloading. Extracting...'); | ||
@@ -58,2 +62,5 @@ | ||
}); | ||
zipfile.on('close', function() { | ||
zipfile.emit('finish'); | ||
}); | ||
@@ -60,0 +67,0 @@ // Download! |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
4950
2.72%56
12%0
-100%