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

titanium

Package Overview
Dependencies
Maintainers
0
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

titanium - npm Package Compare versions

Comparing version 7.1.1 to 7.1.2

6

package.json
{
"name": "titanium",
"version": "7.1.1",
"version": "7.1.2",
"author": "TiDev, Inc. <npm@tidev.io>",

@@ -28,3 +28,3 @@ "description": "Command line interface for building Titanium SDK apps",

"semver": "7.6.3",
"undici": "6.19.4",
"undici": "6.19.5",
"which": "4.0.0",

@@ -37,3 +37,3 @@ "wrap-ansi": "9.0.0",

"@reporters/github": "1.7.0",
"@vitest/coverage-istanbul": "2.0.4",
"@vitest/coverage-istanbul": "2.0.5",
"c8": "10.1.2",

@@ -40,0 +40,0 @@ "eslint": "9.8.0",

@@ -642,2 +642,9 @@ import chalk from 'chalk';

// when specifying `--platform ios`, the SDK's option callback converts
// it to `iphone`, however the platform config uses `ios` and we must
// convert it back
if (this.argv.platform === 'iphone') {
this.argv.platform = 'ios';
}
this.debugLogger.trace(`Processing --platform option: ${this.argv.platform || 'not specified'}`);

@@ -685,2 +692,3 @@ try {

this.argv.$platform = this.argv.platform;
// set the platform in Commander so we don't lose it when we re-parse the args
this.command.setOptionValue('platform', this.argv.platform);

@@ -687,0 +695,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