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

tt-ide-cli

Package Overview
Dependencies
Maintainers
1
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.2 to 0.0.3

6

lib/util/helper.js

@@ -23,6 +23,6 @@ const archiver = require('archiver');

function zipFile(sourcePath, targetPath) {
async function zipFile(sourcePath, targetPath) {
const appJsonPath = path.join(sourcePath, 'app.json');
const idApp = await fs.pathExists(appJsonPath);
const packageSize = idApp ? 4 : 8;
const isMiniProgram = await fs.pathExists(appJsonPath);
const packageSize = isMiniProgram ? 4 : 8;
const zipPath = path.join(targetPath, `${path.basename(sourcePath)}.zip`);

@@ -29,0 +29,0 @@ return new Promise(function (resolve, reject) {

{
"name": "tt-ide-cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "Command line interface for micro app development",

@@ -5,0 +5,0 @@ "bin": {

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