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.
@joemccann/robinhood-api
Advanced tools
📈 Unofficial node.js client for accessing the APIs called on Robinhood.com.
NOTE: THIS IS A WORK IN PROGRESS AND NOT RECOMMENDED FOR ANY USAGE BEYOND TINKERING.
npm i -S @joemccann/robinhood-api
Create a .env
with the following:
USERNAME=XXX
PASSWORD=YYY
QR=ZZZ # From 2FA from Robinhood
CLIENT_ID=c82SH0WZOsabOXGP2sxqcj34FxkvfnWRZBKlBjFS # From Robinhood
const { login } = require('@joemccann/robinhood-api')
try {
const { data, statusCode } = await login()
console.dir(data)
console.log(statusCode) // 200
} catch (e) {
console.error(e)
}
For more information on the requests and responses view the test file.
npm i -D
npm test
MIT
FAQs
📈 Unofficial node.js package for the Robinhood.com API.
The npm package @joemccann/robinhood-api receives a total of 0 weekly downloads. As such, @joemccann/robinhood-api popularity was classified as not popular.
We found that @joemccann/robinhood-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.