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 Ruby client for the Dropbox API V2.
Current state: First release, includes methods listed below:
In your Gemfile:
gem 'dropbox_api_v2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dropbox_api_v2
folder_contents = DropboxApiV2.list_folder("/directory name", "dropbox_token", recursive: true)
#the methods `json, body, cursor` are avaible for all calls
folder_contents.json #returns response in the json form
folder_contents.body #returns raw response
folder_contents.cursor #returns cursor to be used in the future
folder_contents = DropboxApiV2.list_folder_continue("cursor_from_previous_call", "dropbox_token")
contents_of_file = DropboxApiV2.download("/path/file.txt", "dropbox_token")
upload_file = DropboxApiV2.upload("/path/new_file.txt", "dropbox_token", "content_to_write_in_the_file")
files_found = DropboxApiV2.search("/", "dropbox_token", query: "file_name")
Bug reports and pull requests are welcome on GitHub at https://github.com/smurfik/dropbox_api_v2.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that dropbox_api_v2 demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.