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 0.0.4 to 1.0.0

10

lib/HPP.js

@@ -46,6 +46,8 @@ 'use strict';

this._HMACKey = options.HMACKey;
this._url = 'https://live.adyen.com/hpp/pay.shtml?';
this._paymentPage = options.paymentPage || 'pay';
this._url = 'https://live.adyen.com/hpp/' + this._paymentPage + '.shtml?';
if (options.test === true) {
this._url = 'https://test.adyen.com/hpp/pay.shtml?';
this._url = 'https://test.adyen.com/hpp/' + this._paymentPage + '.shtml?';
}

@@ -78,2 +80,4 @@

shopperStatement: options.shopperStatement || null,
skipSelection: options.skipSelection || false,
brandCode: options.brandCode || null,

@@ -153,2 +157,2 @@ // Signature for payment

module.exports = HPP;
module.exports = HPP;
{
"name": "adyen",
"version": "0.0.4",
"version": "1.0.0",
"description": "NodeJS module for the Adyen payment provider",

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

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