Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mercadopago

Package Overview
Dependencies
Maintainers
7
Versions
84
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.5.5 to 1.5.6

2

lib/models/cardModel.js
/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {

@@ -5,0 +5,0 @@ id: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {

@@ -5,0 +5,0 @@ id: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {

@@ -5,0 +5,0 @@ id: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -5,0 +5,0 @@ email: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {

@@ -5,0 +5,0 @@ id: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -5,0 +5,0 @@ preference_id: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -5,0 +5,0 @@ concept_type: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -5,0 +5,0 @@ payer_email: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -5,0 +5,0 @@ items: {

/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {

@@ -5,0 +5,0 @@ id: {

{
"name": "mercadopago",
"version": "1.5.5",
"version": "1.5.6",
"description": "Mercadopago SDK for Node.js",

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

@@ -9,3 +9,3 @@ /* eslint-env node, mocha */

var testSchema = {
additionalProperties: false,
additionalProperties: true,
properties: {

@@ -12,0 +12,0 @@ first_name: {

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