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

@vtex/api

Package Overview
Dependencies
Maintainers
19
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/api - npm Package Compare versions

Comparing version 0.20.3 to 0.20.4

8

lib/baseClient.js

@@ -54,2 +54,10 @@ 'use strict';

http.interceptors.response.use(handleResponse, err => {
if (err.response && err.response.config) {
var _err$response$config = err.response.config;
const url = _err$response$config.url,
method = _err$response$config.method,
data = _err$response$config.data;
console.log(`Error calling ${ method.toUpperCase() } ${ url } ${ data ? `with data ${ JSON.stringify(data) }` : '' }`);
}
try {

@@ -56,0 +64,0 @@ delete err.response.request;

2

package.json
{
"name": "@vtex/api",
"version": "0.20.3",
"version": "0.20.4",
"description": "VTEX I/O API client",

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

Sorry, the diff of this file is not supported yet

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