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-rc.6 to 3.6.0-rc.7

4

lib/types/server.d.ts
import { TObject } from "./base";
import { ApiClientExtension, ApiMethods, ApiMethodsFactory, MiddlewareContext } from "./common";
import { ApiClientExtension, ApiMethods, ApiMethodsFactory } from "./common";
export interface ClientContext<CLIENT = any, CONFIG = any> {

@@ -8,3 +8,3 @@ client: CLIENT;

}
export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> extends Partial<MiddlewareContext> {
export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> {
client: CLIENT;

@@ -11,0 +11,0 @@ config: CONFIG;

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