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 4.0.0 to 4.0.1

2

lib/index.cjs.js

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

if (status < 500) {
const errMsg = error?.message ?? `Request faileds with status code ${status}`;
const errMsg = error?.message ?? `Request failed with status code ${status}`;
/**

@@ -171,0 +171,0 @@ * For all 4xx error codes or client error codes we wanted to send the error message

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

if (status < 500) {
const errMsg = error?.message ?? `Request faileds with status code ${status}`;
const errMsg = error?.message ?? `Request failed with status code ${status}`;
/**

@@ -159,0 +159,0 @@ * For all 4xx error codes or client error codes we wanted to send the error message

{
"name": "@vue-storefront/middleware",
"version": "4.0.0",
"version": "4.0.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