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.
@epages/beyond_canvas
Advanced tools
Open-source framework that provides CSS and JS for apps designed and developed for the online shop software Beyond
Add this line to your application's Gemfile:
gem "beyond_canvas"
Then execute:
$ bundle install
Restart your server and rename application.css
to application.scss
or application.sass
(in case you prefer to use the sass
syntax):
$ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss
Delete all Sprockets directives in application.scss
(require
, require_tree
and require_self
) and use Sass’s native @import
instead (Here's why?).
Import Beyond Canvas at the beginning of application.scss
. Any other styles must be imported after Beyond Canvas to avoid issues:
@import 'beyond_canvas'
Add the following to application.js
:
//= require beyond_canvas
Mount the engine in your routes file:
mount BeyondCanvas::Engine => "/<your-mounting-path>"
Run the generator:
$ rails g beyond_canvas:install
This will generate config/initializers/beyond_canvas.rb
file, used for general Beyond Canvas configuration. Read this wiki entry to get more information about the different configuration options.
TBD
Please see CONTRIBUTING.
Beyond Canvas's changelog is available here.
beyond_canvas is Copyright © 2019 ePages GmbH. It is free software, and may be redistributed under the terms specified in the LICENSE file.
As the largest independent provider of online shop software in Europe, ePages specialises in high-performance ecommerce solutions for small and medium-sized businesses. Today, 100,000 companies in 70 countries operate professional online shops with ePages software in the cloud.
And we love open source software! Check out our other projects, or become part of our team and develop great ecommerce software with us!
FAQs
Open-source framework that provides CSS and JS for apps designed and developed for the online shop software Beyond
We found that @epages/beyond_canvas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.