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

@hypermode/modus-cli

Package Overview
Dependencies
Maintainers
0
Versions
22
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.9 to 0.13.10

7

dist/commands/new/index.js

@@ -152,3 +152,4 @@ /*

const nodeVersion = process.version;
await http.get(`https://${SCARF_ENDPOINT}.scarf.sh/${version}/${platform}/${arch}/${nodeVersion}/${sdk}/${sdkVersion}`);
const variables = [version.toLowerCase(), platform.toLowerCase(), arch.toLowerCase(), nodeVersion.toLowerCase(), sdk.toLowerCase(), sdkVersion.toLowerCase()];
await http.get(`https://${SCARF_ENDPOINT}.scarf.sh/${variables.join("/")}`);
}

@@ -299,5 +300,5 @@ }

if (createGitRepo) {
await execFile("git", ["init"], execOpts);
await execFile("git", ["init", "-b", "main"], execOpts);
await execFile("git", ["add", "."], execOpts);
await execFile("git", ["commit", "-m", "'Initial Commit'"], execOpts);
await execFile("git", ["commit", "-m", `"Initial Commit"`], execOpts);
}

@@ -304,0 +305,0 @@ });

@@ -636,3 +636,3 @@ {

},
"version": "0.13.9"
"version": "0.13.10"
}
{
"name": "@hypermode/modus-cli",
"version": "0.13.9",
"version": "0.13.10",
"description": "The Modus CLI",

@@ -87,3 +87,6 @@ "author": "Hypermode Inc.",

]
},
"scarfSettings": {
"allowTopLevel": true
}
}

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