Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appcelerator

Package Overview
Dependencies
Maintainers
2
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcelerator - npm Package Compare versions

Comparing version 4.2.11 to 4.2.12-1

.npmignore

6

lib/download.js

@@ -25,4 +25,4 @@ // jscs:disable jsDoc

debug('download called with arguments: %o', arguments);
if (!nobanner && !wantVersion) { util.waitMessage('Finding latest version ...'); }
if (!nobanner && wantVersion) { util.waitMessage('Finding version ' + wantVersion + ' ...'); }
if (!nobanner && !wantVersion) { util.waitMessage('Finding latest version '); }
if (!nobanner && wantVersion) { util.waitMessage('Finding version ' + wantVersion + ' '); }

@@ -112,3 +112,3 @@ retryAttempts = retryAttempts || 1;

if (!bar) {
util.waitMessage('Downloading ...');
util.waitMessage('Downloading ');
}

@@ -115,0 +115,0 @@

@@ -117,3 +117,3 @@ // jscs:disable jsDoc

attempts = attempts || 0;
if (!quiet) { util.waitMessage('Installing ...'); }
if (!quiet) { util.waitMessage('Installing '); }
util.ensureDir(dir);

@@ -189,3 +189,3 @@ var error = util.checkDirectory(dir, 'install');

if (dirs.length) {
util.waitMessage('Compiling platform native modules ...\n');
util.waitMessage('Compiling platform native modules\n');
// run them serially so we don't run into npm lock issues

@@ -214,3 +214,3 @@ var doNext = function doNext() {

debug('exec: %s in dir %s', cmd, installdir);
util.waitMessage('└ ' + chalk.cyan(todirname + '/' + name) + ' ... ');
util.waitMessage('└ ' + chalk.cyan(todirname + '/' + name) + ' ');
exec(cmd, {cwd: installdir}, function (err, stdout, stderr) {

@@ -437,3 +437,3 @@ if (err) {

var launchMessage = ' Launching ... ' + (util.isWindows() ? '' : '🚀');
var launchMessage = ' Launching... ' + (util.isWindows() ? '' : '🚀');

@@ -440,0 +440,0 @@ if (!opts.quiet) { util.infoMessage(chalk.green.bold('Installed!!' + (!opts.use && !opts.setup ? launchMessage : ''))); }

{
"name": "appcelerator",
"version": "4.2.11",
"version": "4.2.12-1",
"description": "Appcelerator Platform Software installer",

@@ -32,2 +32,3 @@ "main": "index.js",

"grunt-appc-js": "^1.0.19",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",

@@ -38,5 +39,5 @@ "grunt-env": "0.4.4",

"lodash": "^3.10.1",
"should": "^8.0.2",
"mocha": "^2.3.4",
"mocha-jenkins-reporter": "^0.3.7"
"mocha-jenkins-reporter": "^0.3.7",
"should": "^8.0.2"
},

@@ -43,0 +44,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc