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.
== SQLiteCache
SQLiteCache is a gem to allow you cache slow operations in ruby code. It provides a simple API to make it easy to add caching to your ruby code.
RubyForge Project Page http://rubyforge.org/projects/sqlitecache/
== Installing
You may get the latest stable version from Rubyforge. Source gems are also available.
$ gem install sqlitecache
=== Loading sqlitecache gem itself
You have installed the gem already, yeah?
require 'rubygems' require 'sqlitecache'
== Example
cache = SqliteCache('my_cache.db') result = cache.do_cached('key') do my_intensive_operation end
== Resources
Documentation: http://sqlitecache.rubyforge.org/
== Contact
Author:: Nicholas J Humfrey Email:: njh@aelius.com Home Page:: http://www.aelius.com/njh/ License:: Distributes under the same terms as Ruby
FAQs
Unknown package
We found that sqlitecache 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.