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.
= prawn-fast-png An extension of Prawn[http://github.com/sandal/prawn] that improves the performance when embedding PNG images containing an alpha channel. Uses RMagick[http://rmagick.rubyforge.org/] to separate RGB and alpha channels.
= Usage This gem doesn't introduce any API changes, so please refer to {Prawn's RDoc}[http://prawn.majesticseacreature.com/docs/prawn-core/].
require 'prawn' require 'prawn/fast_png'
pdf = Prawn::Document.new pdf.image 'dice.png' pdf.render_file 'example.pdf'
= Running Prawn's tests
cd path_to_prawn_src git tag # available versions git checkout version.tag
git checkout master cd - rake test PRAWN_DIR=path_to_prawn_src
for versions 0.5.1-0.8.3 add PRAWN_REQUIRE=prawn/core option
rake test PRAWN_DIR=path_to_prawn_src PRAWN_REQUIRE=prawn/core
= GitHub http://github.com/amberbit/prawn-fast-png
= Mailing list http://groups.google.com/group/prawn-ruby
=Credits prawn-fast-png is maintained by {Wojciech Piekutowski}[http://piekutowski.net], and is funded by AmberBit[http://amberbit.com].
FAQs
Unknown package
We found that prawn-fast-png 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.