Socket
Socket
Sign inDemoInstall

vtop

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

vtop - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

bin/vtop.js
#!/bin/sh
':' //; # This line below fixes xterm color bug on Mac - https://github.com/MrRio/vtop/issues/2
':' //; if [[ $TERM == "xterm-color" && "$OSTYPE" == "darwin"* ]]; then export TERM=xterm-256color; fi
':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@"
require('../app.js');
# Changelog
## 0.4.10
- Fix for issue #2 where people had set a different TERM variable
## 0.4.6

@@ -4,0 +8,0 @@

2

package.json
{
"name": "vtop",
"version": "0.4.9",
"version": "0.4.10",
"description": "Wow such top. So stats",

@@ -5,0 +5,0 @@ "homepage": "http://parall.ax/vtop",

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