Socket
Socket
Sign inDemoInstall

vanilli-shop-client

Package Overview
Dependencies
46
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

3

dist/stores/product-store.js

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

mobx_1.action
], ProductStore.prototype, "setSearchProp", null);
__decorate([
mobx_1.action
], ProductStore.prototype, "resetSearch", null);

@@ -400,0 +403,0 @@ __decorate([

2

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

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

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

@action
setSearchProp(value: string, key: string) {

@@ -148,0 +149,0 @@ const matchingProp = this.searchProps.find(x => x.key === key);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc