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.6.0 to 3.6.1

6

lib/types/common.d.ts
import type { Express, Request, Response } from "express";
import { WithRequired } from "./index";
import { ApiClientMethod, ContextQuery, CustomQuery, CustomQueryFunction, TObject } from "./base";
import { ApiClientConfig, ApiClientFactory } from "./server";
import { ApiClient, ApiClientConfig, ApiClientFactory } from "./server";
export type ApiMethods = Record<string, ApiClientMethod>;

@@ -40,3 +40,3 @@ export type ApiMethodsFactory<API extends ApiMethods, CONFIG extends ApiClientConfig> = (configuration: CONFIG) => API;

configuration: any;
}) => Promise<void>;
}) => Promise<void> | void;
hooks?: (req: Request, res: Response) => ApiClientExtensionHooks;

@@ -76,3 +76,3 @@ }

integrations: IntegrationsLoaded;
getApiClient: (integrationName: string) => any;
getApiClient: <Api = any, Config = any, Client = any>(integrationName: string) => ApiClient<Api, Config, Client>;
}

@@ -79,0 +79,0 @@ export type ExtendQuery = <T extends ContextQuery<string>, Key extends keyof T>(customQuery: CustomQuery<Key> | null, defaults: T) => ContextQuery<Key>;

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