Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Summary
Mongomatic::Plugins::Grid is a Grid plugin for Mongomatic
Support is built in for rack_grid and rack_grid_thumb to generate URLS and thumbnails: http://github.com/dusty/rack_grid http://github.com/dusty/rack_grid_thumb
Installation
Usage
require 'matic_grid'
class Monkey < Mongomatic::Base include Mongomatic::Plugins::Grid
attachment :image, :prefix => 'grid'
end
m = Monkey.new(:name => 'name').insert
m.image = File.open('/tmp/me.jpg') m.update
m.image = nil m.update
m.image.read
m.image_url # /grid/4e049e7c69c3b27d53000005/me.jpg
m.image_thumb('50x50') # /grid/4e049e7c69c3b27d53000005/me_50x50.jpg
Inspired By
FAQs
Unknown package
We found that matic_grid 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.