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

alloy

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alloy - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

Alloy/commands/compile/CompilerMakeFile.js

6

Alloy/alloy.js

@@ -53,3 +53,5 @@ /**

.option('-n, --no-colors','Turn off colors')
.option('-c, --config <config>','Pass in compiler configuration');
.option('-c, --config <config>','Pass in compiler configuration')
.option('-s, --tiSDK', 'Full path to Titanium SDK to use with run command')
.option('-t, --tiversion <tiversion>', 'Titanium SDK version used for run command');

@@ -91,3 +93,3 @@ program.command('new'.blue+' <dir>'.white)

// Launch command with given arguments and options
(require('./commands/'+action))(program.args.slice(1), program);
(require('./commands/' + action + '/index'))(program.args.slice(1), program);

@@ -27,2 +27,6 @@ // The island of misfit toys... for functions

exports.properCase = function(n) {
return n.charAt(0).toUpperCase() + n.substring(1);
};
exports.trim = function(line) {

@@ -29,0 +33,0 @@ return String(line).replace(/^\s\s*/, '').replace(/\s\s*$/, '');

@@ -16,3 +16,3 @@ {

],
"version": "0.1.11",
"version": "0.1.12",
"author": "Appcelerator, Inc. <info@appcelerator.com>",

@@ -19,0 +19,0 @@ "maintainers": [

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