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

floodesh-cli

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floodesh-cli - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

lib/cli-list.js

@@ -32,3 +32,3 @@

console.log(
` - ${program.host} [${info.sys.hostname}] | ${p.pid} | ${p.name}@${p.version} | ${status}`
` - ${program.host} [${info.sys.hostname}] | ${p.pid} | ${p.name}@${p.version} | ${p.mode} | ${status}`
);

@@ -35,0 +35,0 @@ }

@@ -35,3 +35,3 @@

console.log(
`${program.host} [${info.sys.hostname}] : ${info.data.pid}, ${info.data.name}@${info.data.version}, MemUsage: ${usage}%`
`${program.host} [${info.sys.hostname}] : ${info.data.pid}, ${info.data.name}@${info.data.version}, ${info.data.mode}, MemUsage: ${usage}%`
);

@@ -38,0 +38,0 @@ console.log();

{
"name": "floodesh-cli",
"version": "0.0.10",
"version": "0.0.11",
"description": "a cli tool for floodesh",

@@ -5,0 +5,0 @@ "bin": "./bin/floodesh",

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