Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Add this line to your application's Gemfile:
gem 'epages-essence'
Execute the following command:
bundle install
Add the following lines to the <head>
and <body>
of the layout you are going to use (e.g. app/views/layouts/application.html.erb
):
<!DOCTYPE html>
<html>
<head>
<%= stylesheet_link_tag 'essence/beyond', 'data-turbo-track': 'reload' %>
<%= javascript_importmap_tags 'essence/application' %>
<%= yield :head %>
</head>
<body>
<%= render template: 'essence/beyond/body' %>
</body>
</html>
Any
javascript_import_module_tag
must come after thejavascript_importmap_tags
declaration, that's why<%= yield :head %>
is placed after this declaration. Seeimportmap-rails
gem.
Essence includes a Rails application that uses Lookbook. By running this app, you can preview the components and explore the possibilities that Essence offers.
Currently, the Lookbook app is in an early stage and is still under development. It does not have a preview of all the components but of most of them.
To run the Lookbook app, follow these steps:
Change directory to site
, which is the Lookbook project's folder:
cd site
Start the web server:
bin/rails server
Please see CONTRIBUTING.
Essence is Copyright © 2024 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
Unknown package
We found that epages-essence 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.