
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.
= Rushmate
Rushmate attempts to make Textmate (http://macromates.com) custom command writing in ruby cleaner and smaller. It does this by leveraging rush (http://rush.heroku.com/).
== Dependencies
== Install
gem sources -a http://gems.github.com
sudo gem install schlueter-rushmate
== Sample
After installing rushmate. You would make a command in Textmate with the following text.
#!/usr/bin/env ruby require 'rubygems' require 'rushmate' Rushmate::Command.new {
found_files = project_directory["**/#{current_word.downcase}.rb"] if found_files.empty? # if you can't find any files show a tool tip exit.show_tool_tip("can't find #{current_word.downcase}.rb in project") else if found_files.size == 1 # if there is only 1 file go ahead and switch to that file found_files.mate else # if there are multiple files prompt the user for which file they want to switch to # then switch to their selection menu_files = found_files.collect { |f| f.full_path.gsub(project_directory.full_path, "") } project_directory[user_input.quick_menu_from_array(menu_files)].mate end end }
For more information on creating Textmate commands read http://manual.macromates.com/en/commands#commands.
FAQs
Unknown package
We found that schlueter-rushmate 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.