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

@titanium/tiapp-xml

Package Overview
Dependencies
Maintainers
1
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.9.9 to 0.9.10

16

cli/install-module.js

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

const [ cwd, name, platform, version ] = args;
const cwd = args[args.length - 1];

@@ -32,5 +32,3 @@ console.debug(`🦠 args: ${JSON.stringify(args, null, 2)}`);

zzz();
if (!args.length && process.env.npm_package_name) {
if (process.env.npm_package_name) {
const platforms = getPlatforms();

@@ -51,8 +49,10 @@

} else if (args.length) {
removeModule(args[0], args[1]);
addModule(args[0], args[1], args[2]);
tiapp.write();
}
// else if (args.length) {
// removeModule(args[0], args[1]);
// addModule(args[0], args[1], args[2]);
// tiapp.write();
// }
function addModule(name, platform, version) {

@@ -59,0 +59,0 @@

{
"name": "@titanium/tiapp-xml",
"version": "0.9.9",
"version": "0.9.10",
"description": "Titanium tiapp.xml parsing and manipulation API - Forked from tonylukasavage",

@@ -26,3 +26,3 @@ "license": "MIT",

"test": "npm install --ignore-scripts && npm run list-files",
"prepublishOnly": "git pull && bump"
"prepublishOnly2": "git pull && bump"
},

@@ -29,0 +29,0 @@ "bin": {

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