New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.1 to 0.7.2

3

cli/install-module.js

@@ -19,2 +19,5 @@ #!/usr/bin/env node

const tiapp_path = path.join(root, 'tiapp.xml');
console.log(`Found tiapp.xml: ${tiapp_path}`);
const tiapp = require('../lib/tiapp-xml').load(path.join(root, 'tiapp.xml'));

@@ -21,0 +24,0 @@

@@ -19,2 +19,5 @@ #!/usr/bin/env node

const tiapp_path = path.join(root, 'tiapp.xml');
console.log(`Found tiapp.xml: ${tiapp_path}`);
const tiapp = require('../lib/tiapp-xml').load(path.join(root, 'tiapp.xml'));

@@ -21,0 +24,0 @@

2

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