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

connect-sdk-nodejs

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-sdk-nodejs - npm Package Compare versions

Comparing version 2.11.0 to 2.12.0

2

package.json
{
"name": "connect-sdk-nodejs",
"version": "2.11.0",
"version": "2.12.0",
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -373,5 +373,2 @@ {

},
"returnUrl" : {
"type" : "string"
},
"signatureType" : {

@@ -975,3 +972,3 @@ "type" : "string"

"paymentProduct771SpecificInput" : {
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInput"
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInputBase"
},

@@ -985,3 +982,3 @@ "paymentProductId" : {

},
"SepaDirectDebitPaymentProduct771SpecificInput" : {
"SepaDirectDebitPaymentProduct771SpecificInputBase" : {
"type" : "object",

@@ -988,0 +985,0 @@ "properties" : {

@@ -452,3 +452,3 @@ {

},
"CreateMandateBase" : {
"CreateMandateWithReturnUrl" : {
"type" : "object",

@@ -1259,3 +1259,3 @@ "properties" : {

"mandate" : {
"$ref" : "#/definitions/CreateMandateBase"
"$ref" : "#/definitions/CreateMandateWithReturnUrl"
},

@@ -1262,0 +1262,0 @@ "mandateReference" : {

@@ -12,3 +12,3 @@ var dateformat = require('dateformat');

'sdkCreator': 'Ingenico',
'sdkIdentifier': 'NodejsServerSDK/v2.11.0',
'sdkIdentifier': 'NodejsServerSDK/v2.12.0',
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node

@@ -15,0 +15,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