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
20
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.22.0 to 0.23.0

8

lib/Router.js

@@ -22,2 +22,4 @@ 'use strict';

Workspace: (account, workspace) => `/${ account }/${ workspace }`,
InstalledServices: (account, workspace) => `/${ account }/${ workspace }/services`,

@@ -33,6 +35,10 @@

const client = (0, _baseClient.createClient)(_extends({}, opts, {
baseURL: (0, _baseClient.createRootURL)('kube-router', _extends({}, opts, { workspace: _Workspaces.DefaultWorkspace }))
baseURL: (0, _baseClient.createRootURL)('router', _extends({}, opts, { workspace: _Workspaces.DefaultWorkspace }))
}));
return {
getWorkspace: () => {
return client.get(routes.Workspace(account, workspace));
},
listAvailableIoVersions: () => {

@@ -39,0 +45,0 @@ return client.get(routes.AvailableIoVersions);

2

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