Socket
Socket
Sign inDemoInstall

medusa-plugin-add-ons

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-plugin-add-ons - npm Package Compare versions

Comparing version 1.0.3-alpha.20 to 1.0.3-alpha.21

4

package.json
{
"name": "medusa-plugin-add-ons",
"version": "1.0.3-alpha.20+d8483cd",
"version": "1.0.3-alpha.21+5071f36",
"description": "Add-on plugin for Medusa Commerce",

@@ -43,3 +43,3 @@ "main": "index.js",

},
"gitHead": "d8483cd1352ecc587112723786b7c31882f9416e"
"gitHead": "5071f362e4e140d11a1342a5058e8ad2efaa1ed4"
}

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

if (!(expandFields.includes("add_ons") && decorated.metadata.add_ons)) {
if (!(expandFields.includes("add_ons") && decorated.metadata && decorated.metadata.add_ons)) {
_context4.next = 7;

@@ -232,0 +232,0 @@ break;

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