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
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.12.1 to 0.12.2

.idea/codeStyleSettings.xml

39

lib/endpoints.js

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

exports.api = api;
exports.apps = apps;
exports.registry = registry;
exports.vbase = vbase;
exports.router = router;
exports.workspaces = workspaces;
exports.vtexid = vtexid;

@@ -17,9 +21,42 @@ function api(env) {

function apps(env) {
return {
STABLE: 'http://apps-engine.aws-us-east-1.vtex.io',
BETA: 'http://apps-engine.aws-us-east-1.vtex.io',
NEXT: 'http://apps-engine.aws-us-east-1.vtex.io'
}[env] || env;
}
function registry(env) {
return {
STABLE: 'http://apps-registry.aws-us-east-1.vtex.io',
BETA: 'http://apps-registry.aws-us-east-1.vtex.io',
NEXT: 'http://apps-registry.aws-us-east-1.vtex.io'
}[env] || env;
}
function vbase(env) {
return {
STABLE: 'http://vbase.vtex.com',
BETA: 'http://vbase.beta.vtex.com'
BETA: 'http://vbase.beta.vtex.com',
NEXT: 'http://vbase.aws-us-east-1.vtex.io'
}[env] || env;
}
function router(env) {
return {
STABLE: 'http://kube-router.aws-us-east-1.vtex.io',
BETA: 'http://kube-router.aws-us-east-1.vtex.io',
NEXT: 'http://kube-router.aws-us-east-1.vtex.io'
}[env] || env;
}
function workspaces(env) {
return {
STABLE: 'http://kube-router.aws-us-east-1.vtex.io',
BETA: 'http://kube-router.aws-us-east-1.vtex.io',
NEXT: 'http://kube-router.aws-us-east-1.vtex.io'
}[env] || env;
}
function vtexid(env) {

@@ -26,0 +63,0 @@ return {

9

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

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

"build": "babel src --out-dir lib --ignore=*.test.js",
"flow": "flow check",
"flow": "flow check --ignore '.*/lib/.*'",
"copy": "flow-copy-source -v src lib --ignore=*.test.js",

@@ -32,2 +32,3 @@ "lint": "eslint src",

"axios": "^0.14.0",
"archiver": "^1.3.0",
"mime-types": "^2.1.12",

@@ -48,3 +49,3 @@ "multipart-stream": "^2.0.1"

"fast-async": "^6.0.34",
"flow-bin": "^0.33.0",
"flow-bin": "^0.37.4",
"flow-copy-source": "^1.1.0",

@@ -60,2 +61,2 @@ "npm-run-all": "^2.3.0",

}
}
}

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