Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
workarea-product_grid_content
Advanced tools
Product Grid Content plugin for the Workarea platform.
Extend the merchandising abilities of the Workarea Ecommerce platform with content in product browse grids!
Example of a 2x1 content block in the browse grid:
Since most applications customize the number of products per-row in the product browse grid we have provided a handy configuration for cell widths for in grid content blocks. Add the following to your host application workarea.rb
Workarea.configure do |config|
config.product_grid_cell_classes = {
"1": "grid__cell--50 grid__cell--25-at-medium grid__cell--20-at-wide",
"2": "grid__cell--50-at-medium grid__cell--40-at-wide"
}
end
The content block which ships with this plugin is the only block type that can be used in the product grid area out of the box. If you want to enable other block types for use in the product grid you will need to make the following changes to each block type:
This plugin enables in-grid content for category/show and searches/show. If your application has another browse grid which you want to make contentable you will need to:
See https://developer.workarea.com for Workarea platform documentation.
Workarea Commerce Platform is released under the Business Software License
FAQs
Unknown package
We found that workarea-product_grid_content 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.