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
6
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 2.5.1 to 2.5.2

6

lib/index.cjs.js

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

var tag = _a[0], integration = _a[1];
consola__default["default"].info("- Loading: " + tag + " " + integration.location);
consola__default["default"].info("- Loading: ".concat(tag, " ").concat(integration.location));
// eslint-disable-next-line global-require

@@ -114,3 +114,3 @@ var apiClient = require(integration.location);

var name = _a.name, extendApp = _a.extendApp;
consola__default["default"].info("- Loading: " + tag + " extension: " + name);
consola__default["default"].info("- Loading: ".concat(tag, " extension: ").concat(name));
if (extendApp) {

@@ -120,3 +120,3 @@ extendApp({ app: app, configuration: integration.configuration });

});
consola__default["default"].success("- Integration: " + tag + " loaded!");
consola__default["default"].success("- Integration: ".concat(tag, " loaded!"));
return __assign(__assign({}, prev), (_b = {}, _b[tag] = {

@@ -123,0 +123,0 @@ apiClient: apiClient,

@@ -95,3 +95,3 @@ import express from 'express';

var tag = _a[0], integration = _a[1];
consola.info("- Loading: " + tag + " " + integration.location);
consola.info("- Loading: ".concat(tag, " ").concat(integration.location));
// eslint-disable-next-line global-require

@@ -103,3 +103,3 @@ var apiClient = require(integration.location);

var name = _a.name, extendApp = _a.extendApp;
consola.info("- Loading: " + tag + " extension: " + name);
consola.info("- Loading: ".concat(tag, " extension: ").concat(name));
if (extendApp) {

@@ -109,3 +109,3 @@ extendApp({ app: app, configuration: integration.configuration });

});
consola.success("- Integration: " + tag + " loaded!");
consola.success("- Integration: ".concat(tag, " loaded!"));
return __assign(__assign({}, prev), (_b = {}, _b[tag] = {

@@ -112,0 +112,0 @@ apiClient: apiClient,

{
"name": "@vue-storefront/middleware",
"version": "2.5.1",
"version": "2.5.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.cjs.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