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
6
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.4.2 to 2.4.3

server/__tests__/factories/_mountComposable.d.ts

2

lib/src/factories/useUserFactory.d.ts

@@ -6,3 +6,3 @@ import { UseUser, Context, FactoryParams, CustomQuery, PlatformApi } from '../types';

}) => Promise<USER>;
logOut: (context: Context, params: {
logOut: (context: Context, params?: {
currentUser: USER;

@@ -9,0 +9,0 @@ }) => Promise<void>;

@@ -674,10 +674,2 @@ import { Ref } from '@vue/composition-api';

}
export interface CheckoutGetters<SHIPPING_METHOD> {
getShippingMethodId: (shippingMethod: SHIPPING_METHOD) => string;
getShippingMethodName: (shippingMethod: SHIPPING_METHOD) => string;
getShippingMethodDescription: (shippingMethod: SHIPPING_METHOD) => string;
getShippingMethodPrice: (shippingMethod: SHIPPING_METHOD) => number;
getFormattedPrice: (price: number) => string;
[getterName: string]: (element: any, options?: any) => unknown;
}
export interface UserOrderGetters<ORDER, ORDER_ITEM> {

@@ -684,0 +676,0 @@ getDate: (order: ORDER) => string;

{
"name": "@vue-storefront/core",
"version": "2.4.2",
"version": "2.4.3",
"sideEffects": false,

@@ -12,2 +12,3 @@ "main": "lib/index.cjs.js",

"dev": "rimraf lib && rollup -c rollup.config.js -w",
"test": "jest",
"prepublish": "yarn build"

@@ -17,11 +18,14 @@ },

"@vue/composition-api": "1.0.0-beta.21",
"vue": "^2.6.11",
"axios": "0.21.1",
"express": "^4.17.1",
"is-https": "^3.0.2",
"lodash-es": "^4.17.15",
"express": "^4.17.1",
"axios": "0.21.1",
"is-https": "^3.0.2"
"vue": "^2.6.11"
},
"devDependencies": {
"@nuxt/types": "^2.15.7",
"@types/express": "^4.11.1",
"@vue/test-utils": "^1.0.0-beta.30",
"jsdom": "^16.6.0",
"jsdom-global": "^3.0.2",
"vue-template-compiler": "^2.6.x"

@@ -28,0 +32,0 @@ },

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