Socket
Socket
Sign inDemoInstall

connect-sdk-nodejs

Package Overview
Dependencies
Maintainers
2
Versions
83
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.23.0 to 2.24.0

2

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

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

@@ -23,2 +23,5 @@ {

},
"mobilePaymentMethodSpecificInput" : {
"$ref" : "#/definitions/MobilePaymentMethodSpecificInputHostedCheckout"
},
"order" : {

@@ -792,2 +795,28 @@ "$ref" : "#/definitions/Order"

},
"MobilePaymentMethodSpecificInputHostedCheckout" : {
"type" : "object",
"properties" : {
"paymentProduct320SpecificInput" : {
"$ref" : "#/definitions/MobilePaymentProduct320SpecificInputHostedCheckout"
},
"paymentProductId" : {
"type" : "integer",
"maximum" : 2147483647
}
},
"additionalProperties" : false
},
"MobilePaymentProduct320SpecificInputHostedCheckout" : {
"type" : "object",
"properties" : {
"merchantName" : {
"type" : "string"
},
"merchantOrigin" : {
"type" : "string"
}
},
"required" : [ "merchantName", "merchantOrigin" ],
"additionalProperties" : false
},
"Order" : {

@@ -1072,2 +1101,5 @@ "type" : "object",

"properties" : {
"existingUniqueMandateReference" : {
"type" : "string"
},
"mandate" : {

@@ -1074,0 +1106,0 @@ "$ref" : "#/definitions/CreateMandateBase"

@@ -610,5 +610,11 @@ {

"type" : "string"
},
"pan" : {
"type" : "string"
},
"paymentMethod" : {
"type" : "string"
}
},
"required" : [ "cryptogram", "dpan", "expiryDate" ],
"required" : [ "expiryDate" ],
"additionalProperties" : false

@@ -946,5 +952,2 @@ },

},
"paymentProduct320SpecificInput" : {
"$ref" : "#/definitions/MobilePaymentProduct320SpecificInput"
},
"paymentProductId" : {

@@ -959,5 +962,2 @@ "type" : "integer",

"type" : "boolean"
},
"transactionId" : {
"type" : "string"
}

@@ -967,11 +967,2 @@ },

},
"MobilePaymentProduct320SpecificInput" : {
"type" : "object",
"properties" : {
"keyId" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"NonSepaDirectDebitPaymentMethodSpecificInput" : {

@@ -1370,2 +1361,5 @@ "type" : "object",

"properties" : {
"existingUniqueMandateReference" : {
"type" : "string"
},
"mandate" : {

@@ -1372,0 +1366,0 @@ "$ref" : "#/definitions/CreateMandateWithReturnUrl"

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

'sdkCreator': 'Ingenico',
'sdkIdentifier': 'NodejsServerSDK/v2.23.0',
'sdkIdentifier': 'NodejsServerSDK/v2.24.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