New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-storefront/core

Package Overview
Dependencies
Maintainers
7
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-storefront/core - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

lib/src/factories/apiClientFactory/_proxyUtils.d.ts

5

lib/src/factories/apiClientFactory/apiClientFactory.d.ts
import { ApiFactoryParams, BaseConfig } from './types';
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => {
[x: string]: any;
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void;
};
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any;
export default apiClientFactory;
import { ApiProxyFactoryParams } from './types';
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => {
[x: string]: any;
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void;
};
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any;
export default apiProxyFactory;

2

package.json
{
"name": "@vue-storefront/core",
"version": "2.2.0",
"version": "2.2.1",
"sideEffects": false,

@@ -5,0 +5,0 @@ "main": "lib/index.cjs.js",

import { ApiFactoryParams, BaseConfig } from './types';
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => {
[x: string]: any;
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void;
};
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any;
export default apiClientFactory;
import { ApiProxyFactoryParams } from './types';
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => {
[x: string]: any;
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void;
};
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any;
export default apiProxyFactory;
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