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.
$ gem install postit
Bundler is great at managing your gem dependencies, but if you've ever thought "What I really need is a way to manage my bundler version" -- look no further!
PostIt has a few different modes of operation, all of which attempt to make keeping your team on a consistent bundler version a breeze.
The main way of using PostIt is via the postit
command -- you can use it just
like the bundle
command, and PostIt will handle invoking the correct bundler
executable and forwarding along all of your arguments. So to bundle install
,
you'd just run postit install
, etc.
Additionally, if you have require 'bundler/setup'
anywhere in your code, you
can replace it with require 'postit/setup'
and it will activate the correct Bundler version and then require 'bundler/setup'
.
If you're building tooling and want to know what version of Bundler PostIt has
inferred, you can run postit --bundler-version
to have that version printed to
STDOUT
.
Gemfile.lock
By default, PostIt will read your Bundler version from your Gemfile.lock
,
meaning you don't have to do anything special to use the same bundler version as
the rest of your team -- just postit install
and PostIt will automatically
infer the correct Bundler version for you.
When invoking postit
, you can specify the Bundler version as the first argument, so to run bundle exec
with Bundler 1.9.6, for example, you can do postit 1.9.6 exec
.
Setting the BUNDLER_VERSION
environment variable to the desired Bundler version will work as if you'd passed the version as a command line argument.
FAQs
Unknown package
We found that postit 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.