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

medusa-payment-stripe

Package Overview
Dependencies
Maintainers
2
Versions
838
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-payment-stripe - npm Package Compare versions

Comparing version 1.0.14-alpha.186 to 1.0.14-alpha.202

8

package.json
{
"name": "medusa-payment-stripe",
"version": "1.0.14-alpha.186+ffc008f",
"version": "1.0.14-alpha.202+ab4d54f",
"description": "Stripe Payment provider for Meduas Commerce",

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

"jest": "^25.5.2",
"medusa-test-utils": "^1.0.12-alpha.186+ffc008f"
"medusa-test-utils": "^1.0.12-alpha.176+0646bd3"
},

@@ -44,6 +44,6 @@ "scripts": {

"express": "^4.17.1",
"medusa-core-utils": "^1.0.12-alpha.801+ffc008f",
"medusa-core-utils": "^1.0.12-alpha.787+0646bd3",
"stripe": "^8.50.0"
},
"gitHead": "ffc008f0629ca410cbe702cb53635e8a4fefe665"
"gitHead": "ab4d54fb3ebfa6590680088b420d96d329100318"
}

@@ -71,3 +71,4 @@ "use strict";

return this.cartService_.retrieve(cartId, {
relations: ["payment_sessions", "customer"]
select: ["subtotal", "tax_total", "shipping_total", "discount_total", "total"],
relations: ["items", "billing_address", "shipping_address", "region", "region.payment_providers", "payment_sessions", "customer"]
});

@@ -74,0 +75,0 @@

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