Socket
Socket
Sign inDemoInstall

connect-sdk-nodejs

Package Overview
Dependencies
6
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.29.0 to 2.30.0

2

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

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

@@ -526,2 +526,17 @@ {

},
"paymentProduct1521SpecificInput" : {
"$ref" : "#/definitions/CashPaymentProduct1521SpecificInput"
},
"paymentProduct1522SpecificInput" : {
"$ref" : "#/definitions/CashPaymentProduct1522SpecificInput"
},
"paymentProduct1523SpecificInput" : {
"$ref" : "#/definitions/CashPaymentProduct1523SpecificInput"
},
"paymentProduct1524SpecificInput" : {
"$ref" : "#/definitions/CashPaymentProduct1524SpecificInput"
},
"paymentProduct1526SpecificInput" : {
"$ref" : "#/definitions/CashPaymentProduct1526SpecificInput"
},
"paymentProductId" : {

@@ -552,2 +567,47 @@ "type" : "integer",

},
"CashPaymentProduct1521SpecificInput" : {
"type" : "object",
"properties" : {
"returnUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"CashPaymentProduct1522SpecificInput" : {
"type" : "object",
"properties" : {
"returnUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"CashPaymentProduct1523SpecificInput" : {
"type" : "object",
"properties" : {
"returnUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"CashPaymentProduct1524SpecificInput" : {
"type" : "object",
"properties" : {
"returnUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"CashPaymentProduct1526SpecificInput" : {
"type" : "object",
"properties" : {
"returnUrl" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"CompanyInformation" : {

@@ -554,0 +614,0 @@ "type" : "object",

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

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