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.3 to 0.10.4

11

lib/AppsClient.js

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

const data = _data => _data;
const noTransforms = [data];
const routes = {

@@ -21,2 +24,4 @@ Apps: (account, workspace) => `/${ account }/${ workspace }/apps`,

Acknowledge: (account, workspace, app, service) => `${ routes.App(account, workspace, app) }/acknowledge/${ service }`,
Settings: (account, workspace, app) => `${ routes.App(account, workspace, app) }/settings`,

@@ -48,2 +53,6 @@

acknowledgeApp(account, workspace, app, service) {
return this.http.put(routes.Acknowledge(account, workspace, app, service));
}
getAppSettings(account, workspace, app) {

@@ -116,3 +125,3 @@ var _ref = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};

const params = { context: contextQuery(context) };
return this.http(routes.File(account, workspace, app, path), { params: params });
return this.http(routes.File(account, workspace, app, path), { params: params, transformResponse: noTransforms });
}

@@ -119,0 +128,0 @@

2

package.json
{
"name": "@vtex/api",
"version": "0.10.3",
"version": "0.10.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