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

biticker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biticker - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json

@@ -5,3 +5,3 @@ {

"description": "This is a script you could use to display realtime bitcoin exchange rate in your tmux status line",
"version": "0.1.5",
"version": "0.1.6",
"repository": {

@@ -8,0 +8,0 @@ "url": "https://github.com/chunghe/nodejs-bitcoin-ticker"

@@ -7,4 +7,9 @@ ## What does it do?

add following to your tmux confi (assuming ~/.tmux.conf)
### install
npm install -g biticker
### tmux config
add following to your tmux config (assuming ~/.tmux.conf)
```

@@ -17,3 +22,3 @@ set -g status-fg green

set-window-option -g window-status-current-attr dim
set -g status-right '#[fg=cyan,bright]#(node ~/ticker.js)'
set -g status-right '#[fg=cyan,bright]#(biticker)'
set -g status-right-length 75

@@ -20,0 +25,0 @@ set status-interval 60

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