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.1 to 0.20.2

7

lib/baseClient.js

@@ -15,2 +15,6 @@ 'use strict';

var _axiosRetry = require('axios-retry');
var _axiosRetry2 = _interopRequireDefault(_axiosRetry);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -20,2 +24,3 @@

const handleResponse = (_ref) => {

@@ -47,2 +52,4 @@ let data = _ref.data,

(0, _axiosRetry2.default)(http);
http.interceptors.response.use(handleResponse, err => {

@@ -49,0 +56,0 @@ try {

3

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

@@ -32,2 +32,3 @@ "main": "./lib/index.js",

"axios": "^0.14.0",
"axios-retry": "^1.2.0",
"mime-types": "^2.1.12",

@@ -34,0 +35,0 @@ "multipart-stream": "^2.0.1"

Sorry, the diff of this file is not supported yet

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