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 little lightweight wrapper for Paypal's Report API.
All three major API methods run_report_request
, get_meta_data_request
and get_data_request
are exposed. On top of that, higher methods provide extra functionality. For now, this daily, monthly and summery reports.
Example usage, receiving all report from today:
require 'paypal/report'
api = Paypal::Report.new(user, password, vendor, partner)
puts api.daily.inspect
As an example, the gem provides a small command line tool to easily get today's earnings. Usage:
paypal-report daily -a <partner> -v <vendor> -u <user> -p <password>
Gem is in an early stage, so lots of stuff to do:
We'll check out your contribution if you:
We'll do our best to help you out with any contribution issues you may have.
The license is included as LICENSE in this directory.
FAQs
Unknown package
We found that paypal-report 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.