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.
refinerycms-image-gallery
Advanced tools
This gem is based on refinerycms-page-images gem, with this gem is simple to create a more then one gallery tab in your engines with dynamic columns.
Add this line to your applications Gemfile
gem 'refinerycms-image-gallery', "~> 0.1.3"
Run:
bundle install
Creating new gallery for your engine:
rails g refinerycms_image_gallery singular_engine_name:gallery_name attribute:type
For example, if you wanna create new gallery called Top for Post engine:
rails g refinerycms_image_gallery post:top caption:string photographer:string
This generate a new tab Top Gallery in Posts engine.
But if you wanna generate a new gallery for a engine that already have a gallery, only do this:
rails g refinerycms_image_gallery post:bottom
This generate a new tab Bottom gallery in Posts engine with the same attributes.
Note: When you run this line, automaticly generate models, views and run a migrate with relationship between engine and images.
FAQs
Unknown package
We found that refinerycms-image-gallery 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.