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.
Thin wrapper for bing API options. Needed a flexible library that would let me plug in different HTTP options seamlessly while being eminently lazy. The gem has two primary purposes:
That's all I need, and that's what it does.
Portions taken from our fork of Mike Demers's RBing library.
This client is for non-map API calls for now.
It's a pretty simple client:
@bing = BingHelper::Bing.new("YOUR API KEY")
results = @bing.web("ruby")
puts "Got #{results["SearchResponse"]["Web"]["Results"].length} results"
To test this, please create a spec/test-key.rb
file that looks like
this:
module BingHelper
TEST_KEY="<YOUR BING API KEY HERE>"
end
You need your Bing API key in order to execute some of the tests. This way, the key doesn't need to be checked in.
See the LICENSE file for licensing details.
FAQs
Unknown package
We found that bing-helper 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.