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.3.0 to 4.3.1

4

lib/types/common.d.ts

@@ -6,5 +6,3 @@ import type { Express, Request, Response } from "express";

export type ApiMethods = Record<string, ApiClientMethod>;
export type ApiMethodsFactory<API extends ApiMethods, CONFIG extends ApiClientConfig> = (configuration: {
config: CONFIG;
}) => API;
export type ApiMethodsFactory<API extends ApiMethods, CONFIG extends ApiClientConfig> = (configuration: CONFIG) => API;
export type ApiClientMethodWithContext<CONTEXT> = (context: CONTEXT, ...args: any) => any;

@@ -11,0 +9,0 @@ export type ExtendApiMethod<API, CONTEXT> = {

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

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

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