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

@vtex/api

Package Overview
Dependencies
Maintainers
5
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.10.4 to 0.10.5

2

lib/AppsClient.js

@@ -113,3 +113,3 @@ 'use strict';

context: contextQuery(context),
marker: encodeURIComponent(nextMarker)
marker: nextMarker
};

@@ -116,0 +116,0 @@ return this.http(routes.Files(account, workspace, app), { params: params });

@@ -27,5 +27,5 @@ 'use strict';

});
this.http.interceptors.response.use(data, Promise.reject);
this.http.interceptors.response.use(data, err => Promise.reject(err));
}
}
exports.default = Client;
{
"name": "@vtex/api",
"version": "0.10.4",
"version": "0.10.5",
"description": "VTEX I/O API client",

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

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