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
8
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.0.2

21

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

@@ -1,2 +0,2 @@

import type { ThemeOverride } from '../../infrastructure/theme/types';
import { ThemeMode } from '../../infrastructure/theme';

@@ -11,3 +11,3 @@ declare interface CustomTextsInterface {

BUTTON = "BUTTON",
INLINE = "INLINE"
INLINE = "hel-inline"
}

@@ -18,8 +18,6 @@

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

@@ -29,2 +27,3 @@ network?: NetworkType;

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

@@ -54,3 +53,9 @@ paymentType?: 'PAYLINK' | 'PAYSTREAM';

declare type HelioEmbedTheme = ThemeOverride;
declare interface HelioEmbedTheme {
themeMode: ThemeMode;
colors: {
primaryButtonBackground: string;
primaryButtonText: string;
};
}

@@ -63,2 +68,4 @@ declare type Json = Json[] | boolean | null | number | string | {

declare type PrimaryPaymentMethod = 'fiat' | 'crypto';
export { }
{
"name": "@heliofi/checkout-react",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"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