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.2 to 7.1.3

2

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

@@ -5,0 +5,0 @@ "description": "Command line interface for building Titanium SDK apps",

@@ -659,3 +659,3 @@ import chalk from 'chalk';

});
} else if (!platformOption.skipValueCheck && !platformOption.values.includes(this.argv.platform)) {
} else if (!platformOption.values.includes(this.argv.platform)) {
throw new TiError(`Invalid platform "${this.argv.$originalPlatform || this.argv.platform}"`, {

@@ -674,3 +674,3 @@ code: 'INVALID_PLATFORM'

if (e.code === 'INVALID_PLATFORM') {
this.logger.error(e.message);
this.logger.error(`${e.message}\n`);
}

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