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

@heliofi/checkout-react

Package Overview
Dependencies
Maintainers
9
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliofi/checkout-react - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

9

dist/helio-checkout-react.es.d.ts

@@ -17,8 +17,6 @@ import type { ThemeOverride } from '../../infrastructure/theme/types';

declare interface HelioCheckoutReactProps {
config: HelioEmbedConfig;
config: Omit<HelioEmbedConfig, 'source'>;
}
declare type HelioEmbedConfig = HelioEmbedConfig_2;
declare interface HelioEmbedConfig_2 {
declare interface HelioEmbedConfig {
paylinkId: string;

@@ -28,2 +26,3 @@ network?: NetworkType;

customTexts?: CustomTextsInterface;
primaryPaymentMethod?: PrimaryPaymentMethod;
theme?: HelioEmbedTheme;

@@ -61,2 +60,4 @@ paymentType?: 'PAYLINK' | 'PAYSTREAM';

declare type PrimaryPaymentMethod = 'fiat' | 'crypto';
export { }
{
"name": "@heliofi/checkout-react",
"private": false,
"version": "1.0.1",
"version": "1.1.0",
"type": "module",

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

# Helio Checkout React
For documentation please visit https://demo.hel.io or https://docs.hel.io
- Documentation please visit https://docs.hel.io/developers/helio-checkout-widget
- Demo: https://demo.hel.io
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