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.0 to 0.4.1

2

cli/add-module.js

@@ -9,4 +9,4 @@ #!/usr/bin/env node

tiappDir(__dirname).then(rootPath => {
console.log(rootPath);
console.log('Adding module ' + args[0] + ' to ' + path.join(rootPath, 'tiapp.xml'));
var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml'));

@@ -13,0 +13,0 @@

@@ -9,4 +9,4 @@ #!/usr/bin/env node

tiappDir(__dirname).then(rootPath => {
console.log(rootPath);
console.log('Removing module ' + args[0] + ' from ' + path.join(rootPath, 'tiapp.xml'));
var tiapp = require('../lib/tiapp-xml').load(path.join(rootPath, 'tiapp.xml'));

@@ -13,0 +13,0 @@

{
"name": "@titanium/tiapp-xml",
"version": "0.4.0",
"version": "0.4.1",
"description": "Titanium tiapp.xml parsing and manipulation API - Fork from tonylukasavage",

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

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