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.7.2 to 0.8.0

4

cli/install-module.js

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

const module_id = get(process.env, `npm_package_titanium_platform_${platform}_moduleid`);
const module_version = get(process.env, `npm_package_titanium_platform_${platform}_version`);
// This is not supported yet but will be once PR is merged and into SDK: https://github.com/appcelerator/node-appc/pull/173
// const module_version = get(process.env, `npm_package_titanium_platform_${platform}_version`) || get(process.env, `npm_package_titanium_version`) || get(process.env, `npm_package_version`);
const module_version = get(process.env, `npm_package_version`); // using this temporarily as this is the method 8.1.0 SDK currently uses.
removeModule(module_id, platform);

@@ -34,0 +36,0 @@ addModule(module_id, platform, module_version);

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

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

"test:uninstall-all": "./cli/remove-module.js my.test.module",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm install --ignore-scripts && npm run list-files"
},

@@ -47,3 +47,3 @@ "bin": {

"devDependencies": {
"@geek/eslint-config": "0.0.7",
"@geek/eslint-config": "0.0.8",
"eslint": "^6.1.0",

@@ -53,3 +53,3 @@ "should": "~3.3.0"

"engines": {
"node": ">=0.10"
"node": ">=8.0"
},

@@ -56,0 +56,0 @@ "keywords": [

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