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

@vtex/api

Package Overview
Dependencies
Maintainers
6
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.13.4 to 0.13.5

8

lib/Registry.js

@@ -28,3 +28,5 @@ 'use strict';

AppFile: (app, version, path) => `${ routes.AppVersion(app, version) }/files/${ path }`
AppFiles: (app, version) => `${ routes.AppVersion(app, version) }/files`,
AppFile: (app, version, path) => `${ routes.AppFiles(app, version) }/${ path }`
};

@@ -84,2 +86,6 @@

listAppFiles: (app, version) => {
return client(routes.AppFiles(app, version));
},
getAppFile: (app, version, path) => {

@@ -86,0 +92,0 @@ return client(routes.AppFile(app, version, path));

2

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

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