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

appc-platform-sdk

Package Overview
Dependencies
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appc-platform-sdk - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

2

lib/app.js

@@ -107,3 +107,3 @@ /**

form.append('tiapp', tiappxml, {filename: 'tiapp.xml'});
debug('form parameters for %s, %o', req.url, form);
debug('form parameters for %s, %o', req.uri.href, form);
}

@@ -110,0 +110,0 @@ };

@@ -59,4 +59,4 @@ /**

};
this.soastaUrl = body.concerto || 'http://appctest-2.appcelerator.com/concerto';
this.touchtest = body.touchtest || 'http://appctest-2.appcelerator.com/concerto/touchtest';
this.soastaUrl = body.concerto;
this.touchtest = body.touchtest;
return this;

@@ -63,0 +63,0 @@ };

{
"name": "appc-platform-sdk",
"version": "1.3.8",
"version": "1.3.9",
"description": "Appcelerator Platform SDK for node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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