New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tt-ide-cli

Package Overview
Dependencies
Maintainers
4
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tt-ide-cli - npm Package Compare versions

Comparing version 0.0.14-beta4 to 0.0.14-beta5

2

lib/util/helper.js

@@ -27,4 +27,4 @@ const archiver = require('archiver');

const appJsonPath = path.join(sourcePath, 'app.json');
console.log('获取appjson的path是:::', appJsonPath);
const isMiniProgram = await fs.pathExists(appJsonPath);
console.log('获取appjson的path是:::', appJsonPath, isMiniProgram);
const subpackageInfoPath = path.join(sourcePath, `${isMiniProgram ? 'app.json' : 'game.json'}`);

@@ -31,0 +31,0 @@ const projectConfigJson = fs.readJSONSync(subpackageInfoPath);

{
"name": "tt-ide-cli",
"version": "0.0.14-beta4",
"version": "0.0.14-beta5",
"description": "Command line interface for micro app development",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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