Socket
Socket
Sign inDemoInstall

connect-sdk-nodejs

Package Overview
Dependencies
7
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.3.0

2

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

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

@@ -1538,2 +1538,5 @@ {

},
"paymentProduct869SpecificInput" : {
"$ref" : "#/definitions/RedirectPaymentProduct869SpecificInput"
},
"paymentProduct882SpecificInput" : {

@@ -1624,2 +1627,17 @@ "$ref" : "#/definitions/RedirectPaymentProduct882SpecificInput"

},
"RedirectPaymentProduct869SpecificInput" : {
"type" : "object",
"properties" : {
"issuerId" : {
"type" : "string"
},
"residentIdName" : {
"type" : "string"
},
"residentIdNumber" : {
"type" : "string"
}
},
"additionalProperties" : false
},
"RedirectPaymentProduct882SpecificInput" : {

@@ -1626,0 +1644,0 @@ "type" : "object",

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc