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.7.0 to 2.8.0

payments/find.js

2

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

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

@@ -8,2 +8,4 @@ "use strict";

modules['find'] = require('./find');
// console.log(`Added find to module space`);
modules['create'] = require('./create');

@@ -10,0 +12,0 @@ // console.log(`Added create to module space`);

@@ -8,2 +8,4 @@ "use strict";

modules['find'] = require('./find');
// console.log(`Added find to module space`);
modules['create'] = require('./create');

@@ -10,0 +12,0 @@ // console.log(`Added create to module space`);

@@ -8,2 +8,4 @@ "use strict";

modules['find'] = require('./find');
// console.log(`Added find to module space`);
modules['get'] = require('./get');

@@ -10,0 +12,0 @@ // console.log(`Added get to module space`);

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

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