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.
@geins/ralph-module-hello-retail
Advanced tools
A module for Geins PWA Storefront Ralph that allows you to effortlessly integrate Hello Retail features into your storefront. With this module, you can enhance your online store with powerful Hello Retail functionalities in just a few seconds.
The Hello Retail module integrates the Hello Retail tracking SDK into your Storefront Ralph.
Hello Retail offers a suite of tools and capabilities that can enhance your online store's performance, improve user experience, and boost conversions.
To install the Hello Retail module, follow these steps:
Open your terminal and run the following command:
npm i @geins/ralph-module-hello-retail
To add the module to your Geins PWA Storefront Ralph, open your nuxt.config.js
file and add the following code snippet:
...
modules: [
[
'@geins/ralph-module-hello-retail',
{
enabled: true,
debug: true,
trackEvents: true
}
]
]
To track user activity on your online store, you need to:
Check JavaScript Installation
. (Important! This will only work if you have published your site after the installation of this module.).Once your website has been configured, Hello Retail will start tracking page visitors, assigning each of them to a unique ID (which can later be matched with an e-mail).
In order to track ralph events such as add to cart, viewed product etc, you will need to set the module option trackEvents
to true
.
The ralph events that will currently be tracked are:
Type of activity | Event tracked | Information sent |
---|---|---|
Add to cart | User adds a product to the cart | Canonical URLs and product IDs for all items in your cart |
Remove from cart | User removes a product from their cart | Canonical URLs and product IDs for all items in your cart |
Viewed product | User navigates to a product page | Canonical URL and product ID |
Add extra options to module configuration in nuxt.config.js
file.
Parameter | Default | Required | Example |
---|---|---|---|
enabled | true | No | Enables the module |
debug | true | No | Enables debug info to console |
trackEvents | false | No | If set to true , ralph events will be tracked |
Once the Hello Retail module is installed and configured, you can start leveraging the power of Hello Retail features in your Geins PWA Storefront Ralph. Explore the various functionalities provided by Hello Retail and integrate them seamlessly into your online store to enhance user experience and drive conversions.
FAQs
Hello Retail module for Geins PWA strorefront
The npm package @geins/ralph-module-hello-retail receives a total of 0 weekly downloads. As such, @geins/ralph-module-hello-retail popularity was classified as not popular.
We found that @geins/ralph-module-hello-retail demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.