
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.
minato_ruby_api_client
Advanced tools
The Minato ruby HTTP Client.
gem install minato_ruby_api_client
gem 'minato_ruby_api_client'
gem 'minato_ruby_api_client', git: 'https://gitlab.com/ferreri/minato/minato-ruby-api-client.git', ref: 'v0.2.3', glob: '*.gemspec'
Please follow the installation procedure and then run the following code:
# Load the gem
require 'minato_ruby_api_client'
# Setup authorization via config
MinatoRubyApiClient.configure do |config|
# Configure API key
config.api_key['Your-Subscription-Key'] = 'YOUR API KEY'
# Configure base path
config.base_path = 'YOUR BASE PATH'
end
client = MinatoRubyApiClient::ApiClient.default
# All available options
opts = {
header_params: { 'Source' => 'Your Source' },
query_params: {}, # When does not have value you can ommit the option
form_params: {},
body: { email: 'test@email' },
auth_names: 'apikey',
return_type: 'Object' # To return a generic hash you must use 'Object', for other types see examples.
}
# dispatch request
data, status, headers = client.api_call(:post, '/v1/accounts', opts)
# data => 'Response body'
# status => 'Response status'
# headers => 'Response headers'
FAQs
Unknown package
We found that minato_ruby_api_client demonstrated a healthy version release cadence and project activity because the last version was released less than 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.