New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

phonegap-build

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-build - npm Package Compare versions

Comparing version

to
0.6.1

@@ -20,11 +20,4 @@ /*!

this.phonegapbuild.logout(argv, function(e) {
if (e) {
console.error('failed to logout:', e.message);
}
else {
console.log('logged out of', 'build.phonegap.com'.underline);
}
callback(e);
});
};

@@ -64,2 +64,3 @@ /*!

self.emit('log', 'logged out of', 'build.phonegap.com'.underline);
callback(null);

@@ -66,0 +67,0 @@ });

{
"name": "phonegap-build",
"description": "PhoneGap Build command-line interface and node.js library.",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "http://github.com/mwbrooks/phonegap-build-cli",

@@ -6,0 +6,0 @@ "repository": {

@@ -46,7 +46,2 @@ /*

});
it('should output a success message', function() {
cli.argv({ _: ['logout'] });
expect(process.stdout.write).toHaveBeenCalled();
});
});

@@ -67,9 +62,4 @@

});
it('should output a success message', function() {
cli.argv({ _: ['logout'] });
expect(process.stdout.write).toHaveBeenCalled();
});
});
});
});