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
31
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.16.4 to 0.16.5-alpha.1

3

dist/util/cp.js

@@ -26,2 +26,5 @@ /*

return new Promise((resolve, reject) => {
if (options?.shell) {
file = `"${file}"`;
}
cp.execFile(file, args, options, (error, stdout, stderr) => {

@@ -28,0 +31,0 @@ if (typeof stdout !== "string")

2

oclif.manifest.json

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

},
"version": "0.16.4"
"version": "0.16.5-alpha.1"
}
{
"name": "@hypermode/modus-cli",
"version": "0.16.4",
"version": "0.16.5-alpha.1",
"description": "The Modus CLI",

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

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