Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A command line application that lets you search for files in your Google Drive without going to the browser
To search for files in your Google Drive, this app needs to get your permission to access them.
After installation, run godri authorize
to grant your permission. You only need to do this step once.
Your tokens will be stored in $HOME/.config/congigstore/godri.json
and has the following parameters:
{
"tokens": {
"access_token": "XXXXXXXXXX",
"refresh_token": "XXXXXXXXXX",
"scope": "https://www.googleapis.com/auth/drive.metadata.readonly",
"token_type": "Bearer",
"expiry_date": 1234567890
},
"user": {
"displayName": "Jane Doe",
"emailAddress": "jane.doe@me.net"
}
}
Once you've authorized with Godri, you can start searching for your Google Drive files with godri search <keyword> [options]
.
The keyword is compulsory. If you want to use multi-word, please wrap them in single quote, like so: godri search 'finance tracker'
.
Accepted options are:
sheets
, docs
, forms
and slides
.FAQs
A command line application that lets you search for files in your Google Drive without going to the browser
The npm package godri receives a total of 1 weekly downloads. As such, godri popularity was classified as not popular.
We found that godri 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.