
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@adyen/adyen-salesforce-pwa
Advanced tools
This npm package provides the opportunity to use Adyen as a payment service provider when building your Salesforce PWA application.
This npm package provides the opportunity to use Adyen as a payment service provider when building your Salesforce PWA application.
Install the npm package using the following command
npm install @adyen/adyen-salesforce-pwa
Import the Adyen endpoints function in the ssr.js
file:
import {registerAdyenEndpoints} from '@adyen/adyen-salesforce-pwa/dist/ssr/index.js'
Include it as part of the server handler callback in the ssr.js
file before last app.get()
handler:
const {handler} = runtime.createHandler(options, (app) => {
// ...
registerAdyenEndpoints(app, runtime)
app.get('*', runtime.render)
})
Include Adyen checkout pages in the routes.jsx
of your retail-react-app
. Check routes.jsx file for reference.
In your retail-react-app
you would need to create a .env file. Check the example file in our reference application.
To run the app locally with env variables execute the following command:
npm run start:env
To push your env variables to the MRT environment execute the following command:
npm run upload-env
To see which env variables are present in the MRT environment execute the following command:
npm run get-env
To request a feature, report a bug, or report a security vulnerability, create a GitHub issue.
For other questions, contact our support team.
This repository is available under the MIT license.
FAQs
This NPM package enables you to go live fast with payments with Adyen as a payment service provider when building your Salesforce PWA Retail application.
We found that @adyen/adyen-salesforce-pwa demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.