Socket
Socket
Sign inDemoInstall

@ns8/ns8-shopify-switches

Package Overview
Dependencies
71
Maintainers
10
Versions
195
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.27 to 1.0.28

3

dist/ShopifyCreateOrderSwitch.js

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

const shopifyTransactionList = await client.transaction.list(order_id);
const { id, name, currency, billing_address, shipping_address, customer, total_price, line_items = [], } = shopifyOrder;
const { id, name, currency, billing_address, shipping_address, customer, total_price, line_items = [], created_at, } = shopifyOrder;
return new ns8_protect_models_1.Order({

@@ -98,2 +98,3 @@ name,

customer: mapCustomer(customer),
orderCreatedAt: new Date(created_at),
totalPrice: parseFloat(total_price),

@@ -100,0 +101,0 @@ transactions: mapTransactions(shopifyTransactionList),

{
"name": "@ns8/ns8-shopify-switches",
"version": "1.0.27",
"version": "1.0.28",
"description": "Custom switches for the shopify integration",

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

Sorry, the diff of this file is not supported yet

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