Socket
Socket
Sign inDemoInstall

alloy

Package Overview
Dependencies
105
Maintainers
3
Versions
269
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.0 to 1.14.1

Alloy/commands/compile/parsers/Ti.UI.WebView.js

15

Alloy/commands/compile/sourceMapper.js

@@ -112,4 +112,10 @@ /*

} catch (e) {
logger.trace(genMap.code);
throw e;
let filename;
if (data.__MAPMARKER_CONTROLLER_CODE__) {
filename = data.__MAPMARKER_CONTROLLER_CODE__.filename;
} else if (data.__MAPMARKER_ALLOY_JS__) {
filename = data.__MAPMARKER_ALLOY_JS__.filename;
}
U.dieWithCodeFrame(`Error parsing code in ${filename}. ${e.message}`, e.loc, genMap.code);
}

@@ -212,4 +218,5 @@

} catch (e) {
logger.trace(genMap.code);
throw e;
const filename = path.relative(compileConfig.dir.project, generator.target.template);
U.dieWithCodeFrame(`Error parsing code in ${filename}. ${e.message}`, e.loc, genMap.code);
}

@@ -216,0 +223,0 @@

@@ -15,3 +15,3 @@ {

],
"version": "1.14.0",
"version": "1.14.1",
"author": "Appcelerator, Inc. <info@appcelerator.com>",

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

@@ -37,3 +37,3 @@ var fs = require('fs-extra'),

// Stage the app
var cmd = 'jake app:setup dir=' + testApp + ' quiet=1';
var cmd = 'npx jake app:setup dir=' + testApp + ' quiet=1';
exec(cmd, function(error, stdout, stderr) {

@@ -40,0 +40,0 @@ if (error !== null) {

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc