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

@hypermode/modus-cli

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermode/modus-cli - npm Package Compare versions

Comparing version 0.13.0-test.4 to 0.13.0-test5

5

dist/commands/build/index.js

@@ -29,3 +29,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
};

@@ -32,0 +35,0 @@ static description = "Build a Modus app";

9

dist/commands/dev/index.js

@@ -30,3 +30,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
runtime: Flags.string({

@@ -132,3 +135,3 @@ char: "r",

const runtimePath = path.join(vi.getRuntimePath(runtimeVersion), "modus_runtime" + ext);
await BuildCommand.run([appPath, "--nologo"]);
await BuildCommand.run([appPath, "--no-logo"]);
spawn(runtimePath, ["-appPath", path.join(appPath, "build")], {

@@ -159,3 +162,3 @@ stdio: "inherit",

this.log();
await BuildCommand.run([appPath, "--nologo"]);
await BuildCommand.run([appPath, "--no-logo"]);
}

@@ -162,0 +165,0 @@ catch { }

@@ -26,3 +26,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
name: Flags.string({

@@ -196,3 +199,3 @@ char: "n",

if (updateSDK) {
await SDKInstallCommand.run([sdk, latestVersion]);
await SDKInstallCommand.run([sdk, latestVersion, "--no-logo"]);
installedSdkVersion = latestVersion;

@@ -199,0 +202,0 @@ }

@@ -26,3 +26,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
force: Flags.boolean({

@@ -29,0 +32,0 @@ char: "f",

@@ -18,3 +18,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
};

@@ -21,0 +24,0 @@ async run() {

@@ -32,3 +32,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
force: Flags.boolean({

@@ -35,0 +38,0 @@ char: "f",

@@ -19,3 +19,6 @@ /*

static flags = {
nologo: Flags.boolean({ hidden: true }),
nologo: Flags.boolean({
aliases: ["no-logo"],
hidden: true,
}),
};

@@ -22,0 +25,0 @@ async run() {

@@ -18,2 +18,5 @@ {

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -58,2 +61,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -128,2 +134,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -220,2 +229,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -270,2 +282,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -357,2 +372,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -407,2 +425,5 @@ "name": "nologo",

"nologo": {
"aliases": [
"no-logo"
],
"hidden": true,

@@ -484,3 +505,3 @@ "name": "nologo",

},
"version": "0.13.0-test.4"
"version": "0.13.0-test5"
}
{
"name": "@hypermode/modus-cli",
"version": "0.13.0-test.4",
"version": "0.13.0-test5",
"description": "The Modus CLI",

@@ -5,0 +5,0 @@ "author": "Hypermode Inc.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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