
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A mixin for querying the platform running Ruby
Add this line to your application's Gemfile:
gem 'mixin-ruby_engine'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mixin-ruby_engine
Using it as a Mixin
require 'mixin/ruby_engine'
class PowerUp
include Mixin::RubyEngine
end
power_up = PowerUp.new
power_up.mri? #=> true
power_up.jruby? #=> false
power_up.rubinius? #=> false
Using it as a module
require 'mixin/ruby_engine'
Mixin::RubyEngine.mri? #=> true
Mixin::RubyEngine.jruby? #=> false
Mixin::RubyEngine.rubinius? #=> false
Thank you to all of our Contributors, testers, and users.
FAQs
Unknown package
We found that mixin-ruby_engine 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.