Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adyen

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adyen - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

lib/HPP.js

@@ -81,2 +81,3 @@ 'use strict';

brandCode: options.brandCode || null,
resURL: options.resURL || null,

@@ -83,0 +84,0 @@ // Signature for payment

2

package.json
{
"name": "adyen",
"version": "1.0.0",
"version": "1.1.0",
"description": "NodeJS module for the Adyen payment provider",

@@ -5,0 +5,0 @@ "main": "./lib/adyen",

@@ -52,2 +52,10 @@ adyen

// shopperStatement: '' // optional
// if skipSelection is enabled the user will not be asked for a payment method but directly comes
// to the payment page for the method specified by brandCode (e.g. paypal)
// brandCode // optional
// skipSelection // optional
// for redirecting the user to your custom page instead of the adyen confirmation page
// resURL // optional
});

@@ -54,0 +62,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc