Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dotdev/reactive-click-and-collect

Package Overview
Dependencies
Maintainers
13
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/reactive-click-and-collect - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-beta-1

10

dist/utility/shopify-cart.js

@@ -57,3 +57,2 @@ "use strict";

return __awaiter(_this, void 0, void 0, function () {
var lineItems;
var _a;

@@ -78,11 +77,2 @@ return __generator(this, function (_b) {

_b.sent();
return [4 /*yield*/, ShopifyCart.LineItemsRead()];
case 2:
lineItems = _b.sent();
return [4 /*yield*/, ShopifyCart.LineItemsClear()];
case 3:
_b.sent();
return [4 /*yield*/, Promise.all(lineItems.map(function (lineItem) { return ShopifyCart.LineItemsAdd(__assign({}, lineItem, { properties: __assign({}, lineItem.properties, { _click_and_collect: true }) })); }))];
case 4:
_b.sent();
return [2 /*return*/];

@@ -89,0 +79,0 @@ }

2

package.json
{
"name": "@dotdev/reactive-click-and-collect",
"version": "1.0.4",
"version": "1.0.5-beta-1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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