Socket
Socket
Sign inDemoInstall

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.7 to 1.3.8

5

dist/stores/product-store.js

@@ -88,4 +88,7 @@ "use strict";

case 0:
notificationStore = this.notificationStore;
request.additionalProps = this.searchProps;
notificationStore = this.notificationStore;
if (this.lastQueryParams) {
queryParams = this.lastQueryParams;
}
this.toggleProductList();

@@ -92,0 +95,0 @@ _a.label = 1;

2

package.json
{
"name": "vanilli-shop-client",
"version": "1.3.7",
"version": "1.3.8",
"description": "Client for Vanilli Shop API",

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

@@ -35,4 +35,9 @@ import BaseStore from "./base-store";

async searchProducts(request: IProductSearchDto, queryParams?: IQueryParams) {
const notificationStore = this.notificationStore;
request.additionalProps = this.searchProps;
const notificationStore = this.notificationStore;
if (this.lastQueryParams) {
queryParams = this.lastQueryParams;
}
this.toggleProductList();

@@ -39,0 +44,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