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.14 to 0.9.15

1

dist/stores/shipping-store.d.ts

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

selectMethod(id: number): Promise<void>;
selectPickupPoint(pickupPoint: string): void;
setMethods(methods: IShippingMethodDto[]): void;

@@ -12,0 +13,0 @@ unsetMethods(): void;

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

};
ShippingStore.prototype.selectPickupPoint = function (pickupPoint) {
this.selectedPickupPoint = pickupPoint;
};
ShippingStore.prototype.setMethods = function (methods) {

@@ -174,2 +177,5 @@ this.methods = methods;

mobx_1.action
], ShippingStore.prototype, "selectPickupPoint", null);
__decorate([
mobx_1.action
], ShippingStore.prototype, "setMethods", null);

@@ -176,0 +182,0 @@ __decorate([

2

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

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

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

@action
selectPickupPoint(pickupPoint: string) {
this.selectedPickupPoint = pickupPoint;
}
@action
setMethods(methods: IShippingMethodDto[]) {

@@ -64,0 +69,0 @@ this.methods = methods;

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