Socket
Socket
Sign inDemoInstall

mercadopago

Package Overview
Dependencies
8
Maintainers
12
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.6 to 2.0.7

6

dist/clients/payment/commonTypes.d.ts

@@ -85,3 +85,9 @@ import { ApiResponse } from '../../types';

transaction_id?: string;
barcode?: Barcode;
digitable_line?: string;
verification_code?: string;
};
export declare type Barcode = {
content?: string;
};
export declare type FeeDetails = {

@@ -88,0 +94,0 @@ type?: string;

2

dist/utils/config/index.js

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

AppConfig.PRODUCT_ID = 'bc32b6ntrpp001u8nhkg';
AppConfig.SDK_VERSION = '2.0.6';
AppConfig.SDK_VERSION = '2.0.7';
AppConfig.Headers = {

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

{
"name": "mercadopago",
"version": "2.0.6",
"version": "2.0.7",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc