Socket
Socket
Sign inDemoInstall

pake-cli

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pake-cli - npm Package Compare versions

Comparing version 0.0.1-beta.9 to 0.0.1-beta.10

2

dist/cli.js

@@ -363,3 +363,3 @@ import * as Commander from 'commander';

yield fs.writeFile(configJsonPath, Buffer.from(JSON.stringify(tauriConf), 'utf-8'));
yield shellExec(`${path.join(appRootPath.path, '/node_modules/.bin/tauri')} build --config ${configJsonPath} --target universal-apple-darwin`);
yield shellExec(`npx tauri build --config ${configJsonPath} --target universal-apple-darwin`);
const dmgName = `${name}_${'0.2.0'}_universal.dmg`;

@@ -366,0 +366,0 @@ yield fs.copyFile(this.getBuildedAppPath(dmgName), path.resolve(dmgName));

{
"name": "pake-cli",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"description": "用 Rust 来打包你的 App,底层使用 Tauri,当前支持微信读书、Flomo、Vercel",

@@ -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