You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nodewebkit

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodewebkit - npm Package Compare versions

Comparing version

to
0.7.5-1

2

package.json
{
"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!