Socket
Socket
Sign inDemoInstall

connect-sdk-nodejs

Package Overview
Dependencies
127
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

2

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

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

@@ -395,2 +395,5 @@ {

},
"initialSchemeTransactionId" : {
"type" : "string"
},
"paymentProductId" : {

@@ -1483,2 +1486,5 @@ "type" : "integer",

},
"exemptionRequest" : {
"type" : "string"
},
"priorThreeDSecureData" : {

@@ -1485,0 +1491,0 @@ "$ref" : "#/definitions/ThreeDSecureData"

@@ -455,5 +455,11 @@ {

},
"initialSchemeTransactionId" : {
"type" : "string"
},
"isRecurring" : {
"type" : "boolean"
},
"merchantInitiatedReasonIndicator" : {
"type" : "string"
},
"paymentProductId" : {

@@ -1824,2 +1830,5 @@ "type" : "integer",

},
"exemptionRequest" : {
"type" : "string"
},
"externalCardholderAuthenticationData" : {

@@ -1826,0 +1835,0 @@ "$ref" : "#/definitions/ExternalCardholderAuthenticationData"

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

'sdkCreator': 'Ingenico',
'sdkIdentifier': 'NodejsServerSDK/v3.1.0',
'sdkIdentifier': 'NodejsServerSDK/v3.2.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc