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 0.9.0 to 0.9.1

2

dist/stores/product-store.js

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

ProductStore.prototype.setLastSearchProps = function () {
this.lastSearchProps = this.searchProps;
this.lastSearchProps = Object.assign({}, this.searchProps);
};

@@ -228,0 +228,0 @@ __decorate([

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

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

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

private setLastSearchProps() {
this.lastSearchProps = this.searchProps;
this.lastSearchProps = Object.assign({}, this.searchProps);
}
}
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