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

mercadopago

Package Overview
Dependencies
Maintainers
0
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 2.0.10 to 2.0.11

20

dist/clients/payment/create/types.d.ts

@@ -35,2 +35,3 @@ import type { Address, Items, Shipments } from '../../../clients/commonTypes';

payer?: PayerRequest;
forward_data?: ForwardDataRequest;
point_of_interaction?: PointOfInteractionRequest;

@@ -51,2 +52,5 @@ sponsor_id?: number;

};
export declare type ForwardDataRequest = {
sub_merchant?: SubMerchant;
};
export declare interface AddressRequest extends Address {

@@ -57,2 +61,18 @@ neighborhood?: string;

}
export declare type SubMerchant = {
sub_merchant_id?: string;
mcc?: string;
country?: string;
address_door_number?: number;
zip?: string;
document_number?: string;
city?: string;
address_street?: string;
business_name?: string;
region_code_iso?: string;
region_code?: string;
document_type?: string;
phone?: string;
url?: string;
};
export declare type PointOfInteractionRequest = {

@@ -59,0 +79,0 @@ linkedTo?: string;

1

dist/clients/preApproval/commonTypes.d.ts

@@ -61,2 +61,3 @@ import { ApiResponse } from '../../types';

back_url?: string;
next_payment_date?: string;
}

2

dist/utils/config/index.js

@@ -27,3 +27,3 @@ "use strict";

AppConfig.PRODUCT_ID = 'bc32b6ntrpp001u8nhkg';
AppConfig.SDK_VERSION = '2.0.10';
AppConfig.SDK_VERSION = '2.0.11';
AppConfig.Headers = {

@@ -30,0 +30,0 @@ AUTHORIZATION: 'Authorization',

{
"name": "mercadopago",
"version": "2.0.10",
"version": "2.0.11",
"description": "Mercadopago SDK for Node.js",

@@ -5,0 +5,0 @@ "main": "dist/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