Socket
Socket
Sign inDemoInstall

svelte-stripe

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

src/lib/EmbeddedCheckout.svelte

2

package.json
{
"name": "svelte-stripe",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://sveltestripe.com",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -32,2 +32,3 @@ # [svelte-stripe](https://sveltestripe.com)

- [Express Checkout](src/routes/examples/express-checkout)
- [Embedded Checkout](src/routes/examples/embedded-checkout)
- [Link](src/routes/examples/payment-element)

@@ -34,0 +35,0 @@ - [Credit card](src/routes/examples/credit-card)

@@ -13,4 +13,5 @@ export { default as Card } from './Card.svelte'

export { default as ExpressCheckout } from './ExpressCheckout.svelte'
export { default as EmbeddedCheckout } from './EmbeddedCheckout.svelte'
export { default as Elements } from './Elements.svelte'
export { default as Container } from './Container.svelte'
export { isServer } from './util'

@@ -398,4 +398,5 @@ <svelte:head>

- [PaymentElement](/examples/payment-element)
- [Payment Element](/examples/payment-element)
- [Express Checkout](/examples/express-checkout)
- [Embedded Checkout](/examples/embedded-checkout)
- [Credit Card](/examples/credit-card)

@@ -402,0 +403,0 @@ - [Apple Pay](/examples/payment-request)

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