New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mercadopago

Package Overview
Dependencies
Maintainers
6
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mercadopago - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

38

lib/models/paymentModel.js

@@ -218,4 +218,42 @@ /* istanbul ignore next */

}
},
transaction_details: {
type: 'object',
properties:{
acquirer_reference: {
type: 'string'
},
bank_transfer_id: {
type: 'integer'
},
external_resource_url: {
type: 'string'
},
financial_institution: {
type: 'string'
},
installment_amount: {
type: 'number'
},
net_received_amount: {
type: 'number'
},
overpaid_amount: {
type: 'number'
},
payable_deferral_period: {
type: 'string'
},
payment_method_reference_id: {
type: 'string'
},
total_paid_amount: {
type: 'number'
},
transaction_cicle: {
type: 'string'
}
}
}
}
};

2

package.json
{
"name": "mercadopago",
"version": "1.2.0",
"version": "1.2.1",
"description": "Mercadopago SDK for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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