Socket
Socket
Sign inDemoInstall

medusa-plugin-add-ons

Package Overview
Dependencies
5
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7-alpha.19 to 1.0.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.7](https://github.com/medusajs/medusa/compare/medusa-plugin-add-ons@1.0.6...medusa-plugin-add-ons@1.0.7) (2020-11-24)
**Note:** Version bump only for package medusa-plugin-add-ons
## [1.0.6](https://github.com/medusajs/medusa/compare/medusa-plugin-add-ons@1.0.5...medusa-plugin-add-ons@1.0.6) (2020-10-19)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "medusa-plugin-add-ons",
"version": "1.0.7-alpha.19+5e1d1d7",
"version": "1.0.7",
"description": "Add-on plugin for Medusa Commerce",

@@ -28,6 +28,6 @@ "main": "index.js",

"jest": "^25.5.2",
"medusa-test-utils": "^1.0.11"
"medusa-test-utils": "^1.0.12"
},
"scripts": {
"build": "babel src -d .",
"build": "babel src -d . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",

@@ -41,6 +41,6 @@ "watch": "babel -w src --out-dir . --ignore **/__tests__",

"express": "^4.17.1",
"medusa-core-utils": "^1.0.10",
"medusa-core-utils": "^1.0.11",
"redis": "^3.0.2"
},
"gitHead": "5e1d1d792261731efb01be5ea55407444a3dc66f"
"gitHead": "698ddc1e89e4d7988ede3ce0da2b211bfd7763d2"
}

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

if (!(price !== undefined)) {
if (!price) {
_context6.next = 9;

@@ -380,0 +380,0 @@ break;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc