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

@titanium/tiapp-xml

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titanium/tiapp-xml - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

5

cli/install-module.js

@@ -27,2 +27,3 @@ #!/usr/bin/env node

});
tiapp.write();

@@ -32,5 +33,8 @@ } else if (args.length) {

addModule(args[0], args[1], args[2]);
tiapp.write();
}
function addModule(name, platform, version) {
console.error('installing module. name: ' + name + ' platform: ' + platform + ' version: ' + version);
if (platform && version) {

@@ -46,2 +50,3 @@ tiapp.setModule(name, { platform: platform, version: version });

function removeModule(name, platform) {
console.error('removing module. name: ' + name + ' platform: ' + platform);
if (platform) {

@@ -48,0 +53,0 @@ tiapp.removeModule(name, platform);

2

cli/uninstall-module.js

@@ -26,2 +26,3 @@ #!/usr/bin/env node

});
tiapp.write();

@@ -33,2 +34,3 @@ } else if (args.length) {

function removeModule(name, platform) {
console.error('removing module. name: ' + name + ' platform: ' + platform);
if (platform) {

@@ -35,0 +37,0 @@ tiapp.removeModule(name, platform);

2

package.json
{
"name": "@titanium/tiapp-xml",
"version": "0.5.1",
"version": "0.6.0",
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage",

@@ -5,0 +5,0 @@ "license": "MIT",

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