Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
terminal-stocks
Advanced tools
terminal-stocks is a terminal based application that provide stock price information. Read more here: https://blog.shashi.dev/2021/01/track-stock-market-information-right-in.html
https://shashi.dev/terminal-stocks
$ curl terminal-stocks.shashi.dev/<TICKER>
$ curl terminal-stocks.shashi.dev/ITC.NS
$ curl terminal-stocks.shashi.dev/ITC.NS,INFY.NS,WIPRO.NS
You can use the terminal-stocks command line interface (cli)
npm i terminal-stocks -g
terminal-stocks --help // to get help
terminal-stocks --version // to see the version
terminal-stocks -t [ticker] // to see current price information of the stock
terminal-stocks --ticker [ticker] // to see current price information of the stock
terminal-stocks -t [ticker] --historical [domain] // to see the historical price information of stock
terminal-stocks --tickers ITC.NS,INFY.NS // to get the current prices of the multiple stocks
terminal-stocks -m // to see the market summary
terminal-stocks --market // to see the market summary
terminal-stokcs --market --json // to export the data as json file
terminal-stokcs --market --csv // to expor the data as csv file
terminal-stocks -t ITC.NS
$ curl terminal-stocks.shashi.dev/historical/ITC.NS
$ curl terminal-stocks.shashi.dev/market-summary
Requires Node.js v8+ to run. Install the dependencies and devDependencies and start the server.
$ git clone "https://github.com/shweshi/terminal-stocks"
$ npm install
$ npm run serve
Want to contribute? Great! Feel free to open a PR.
1.0.10 - 2022-11-09
FAQs
Fetch stock price information on terminal
The npm package terminal-stocks receives a total of 11 weekly downloads. As such, terminal-stocks popularity was classified as not popular.
We found that terminal-stocks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.