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.4.6 to 1.4.7

1

dist/stores/product-store.d.ts

@@ -18,2 +18,3 @@ import BaseStore from "./base-store";

resetSearch(): void;
resetSelectedCategory(): void;
setProductPrice(price: number): void;

@@ -20,0 +21,0 @@ private resetProductPrice;

@@ -246,2 +246,5 @@ "use strict";

};
ProductStore.prototype.resetSelectedCategory = function () {
this.lastSearchRequest.categoryId = undefined;
};
ProductStore.prototype.setProductPrice = function (price) {

@@ -354,2 +357,5 @@ if (price > 0) {

mobx_1.action
], ProductStore.prototype, "resetSelectedCategory", null);
__decorate([
mobx_1.action
], ProductStore.prototype, "setProductPrice", null);

@@ -356,0 +362,0 @@ __decorate([

2

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

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

@@ -149,2 +149,7 @@ import BaseStore from "./base-store";

@action
resetSelectedCategory() {
this.lastSearchRequest.categoryId = undefined;
}
@action
setProductPrice(price: number) {

@@ -151,0 +156,0 @@ if (price > 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