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.19 to 0.9.20

2

dist/stores/cart-store.d.ts

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

increaseSelectedQty(): void;
private resetSelectedQty;
resetSelectedQty(): void;
private updateCart;
private loadCart;
}
{
"name": "vanilli-shop-client",
"version": "0.9.19",
"version": "0.9.20",
"description": "Client for Vanilli Shop API",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"@types/uuid": "^8.3.0",
"mobx": "^6.1.8",
"mobx": "^6.2.0",
"react": "^17.0.2",

@@ -29,0 +29,0 @@ "react-router-dom": "^5.2.0",

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

@action
private resetSelectedQty() {
resetSelectedQty() {
this.selectedQty = 1;

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