New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-storefront/middleware

Package Overview
Dependencies
Maintainers
9
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-storefront/middleware - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

2

lib/index.cjs.js

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

function getAxiosStatusCode(error) {
return error.response.status;
return error.response?.status ?? 500;
}

@@ -102,0 +102,0 @@ function getApolloStatusCode(error) {

@@ -87,3 +87,3 @@ import consola from 'consola';

function getAxiosStatusCode(error) {
return error.response.status;
return error.response?.status ?? 500;
}

@@ -90,0 +90,0 @@ function getApolloStatusCode(error) {

{
"name": "@vue-storefront/middleware",
"version": "3.7.0",
"version": "3.7.1",
"main": "lib/index.cjs.js",

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

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