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

@ns8/ns8-shopify-switches

Package Overview
Dependencies
Maintainers
14
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ns8/ns8-shopify-switches - npm Package Compare versions

Comparing version 1.0.172 to 1.0.173

6

dist/ShopifyCreateOrderActionSwitch.js

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

const { id, amount, currency, kind, gateway, status, message, payment_details, processed_at, } = transaction;
if (!status) {
console.log(`transaction status missing: ${JSON.stringify(transaction)}`);
}
const transactionPartial = {

@@ -125,2 +128,5 @@ currency,

}
if (!status) {
console.log(`transaction status missing, transactionPartial: ${JSON.stringify(transactionPartial)}`);
}
return new ns8_protect_models_1.Transaction(transactionPartial);

@@ -127,0 +133,0 @@ }));

2

package.json
{
"name": "@ns8/ns8-shopify-switches",
"version": "1.0.172",
"version": "1.0.173",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc