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.3 to 7.1.4

4

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

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

"glob": "10.4.5",
"globals": "15.8.0",
"globals": "15.9.0",
"memory-streams": "0.1.3",

@@ -43,0 +43,0 @@ "proxy": "2.2.0"

@@ -703,2 +703,5 @@ import chalk from 'chalk';

await this.scanHooks(expand(this.sdk.path, this.argv.platform, 'cli', 'hooks'));
if (this.argv.platform === 'ios') {
await this.scanHooks(expand(this.sdk.path, 'iphone', 'cli', 'hooks'));
}
}

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