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

@titanium/tiapp-xml

Package Overview
Dependencies
Maintainers
2
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.2 to 0.9.3

2

cli/add-module.js

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

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

@@ -18,0 +18,0 @@ switch (args.length) {

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

const tiapp = require('../tiapp-xml').load(path.join(root, 'tiapp.xml'));
const tiapp = require('..').load(path.join(root, 'tiapp.xml'));

@@ -25,0 +25,0 @@ if (!args.length && process.env.npm_package_name) {

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

console.log(`Removing module ${args[0]} from ${path.join(rootPath, 'tiapp.xml')}`);
const tiapp = require('../tiapp-xml').load(path.join(rootPath, 'tiapp.xml'));
const tiapp = require('..').load(path.join(rootPath, 'tiapp.xml'));

@@ -18,0 +18,0 @@ switch (args.length) {

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

const tiapp = require('../lib/tiapp-xml').load(path.join(root, 'tiapp.xml'));
const tiapp = require('..').load(path.join(root, 'tiapp.xml'));

@@ -25,0 +25,0 @@ if (!args.length && process.env.npm_package_name) {

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

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

"@geek/eslint-config": "0.0.8",
"eslint": "^6.1.0",
"eslint": "^6.3.0",
"should": "~3.3.0"

@@ -50,0 +50,0 @@ },

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