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.4.1 to 0.4.2

4

cli/add-module.js

@@ -10,2 +10,6 @@ #!/usr/bin/env node

if (!rootPath) {
console.error('Could not find tiapp.xml in directory tree: ' + __dirname);
process.exit(1);
}
console.log('Adding module ' + args[0] + ' to ' + path.join(rootPath, 'tiapp.xml'));

@@ -12,0 +16,0 @@ var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml'));

@@ -10,2 +10,6 @@ #!/usr/bin/env node

if (!rootPath) {
console.error('Could not find tiapp.xml in directory tree: ' + __dirname);
process.exit(1);
}
console.log('Removing module ' + args[0] + ' from ' + path.join(rootPath, 'tiapp.xml'));

@@ -12,0 +16,0 @@ var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml'));

2

package.json
{
"name": "@titanium/tiapp-xml",
"version": "0.4.1",
"version": "0.4.2",
"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