Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vanilli-shop-client

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilli-shop-client - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

10

dist/stores/product-store.js

@@ -84,3 +84,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function () {
var notificationStore, result, data, e_1;
var notificationStore, lastQueryParams, result, data, e_1;
return __generator(this, function (_a) {

@@ -91,4 +91,8 @@ switch (_a.label) {

request.additionalProps = this.searchProps;
if (this.lastQueryParams) {
queryParams = this.lastQueryParams;
lastQueryParams = this.lastQueryParams;
if (lastQueryParams) {
queryParams = {
sortBy: lastQueryParams.sortBy,
sortDesc: lastQueryParams.sortDesc
};
}

@@ -95,0 +99,0 @@ this.toggleProductList();

{
"name": "vanilli-shop-client",
"version": "1.3.8",
"version": "1.3.9",
"description": "Client for Vanilli Shop API",

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

@@ -37,5 +37,9 @@ import BaseStore from "./base-store";

request.additionalProps = this.searchProps;
const lastQueryParams = this.lastQueryParams;
if (this.lastQueryParams) {
queryParams = this.lastQueryParams;
if (lastQueryParams) {
queryParams = {
sortBy: lastQueryParams.sortBy,
sortDesc: lastQueryParams.sortDesc
}
}

@@ -42,0 +46,0 @@

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