New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theeventdiscoverycompany/react-stripe-checkout

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theeventdiscoverycompany/react-stripe-checkout - npm Package Compare versions

Comparing version 2.6.3 to 2.6.4

dist/main.js

2

package.json
{
"name": "@theeventdiscoverycompany/react-stripe-checkout",
"version": "2.6.3",
"version": "2.6.4",
"description": "Easily inject checkout.js as a react component. Will load the script on demand and supports all the options from stripe docs.",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

@@ -46,3 +46,4 @@ import React from 'react';

// Named component to wrap button (eg. div)
ComponentClass: PropTypes.string,
// Or a component itself
ComponentClass: PropTypes.oneOfType(PropTypes.string, PropTypes.element),

@@ -49,0 +50,0 @@ // Show a loading indicator

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