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.4 to 1.0.5

19

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

@@ -12,2 +12,12 @@ declare interface CustomTextsInterface {

declare enum EmbedPaymentType {
PAYLINK = "paylink",
PAYSTREAM = "paystream"
}
declare enum EmbedThemeMode {
LIGHT = "light",
DARK = "dark"
}
export declare const HelioCheckout: (props: HelioCheckoutReactProps) => JSX.Element;

@@ -26,3 +36,3 @@

theme?: HelioEmbedTheme;
paymentType?: 'PAYLINK' | 'PAYSTREAM';
paymentType?: EmbedPaymentType;
display?: DisplayType;

@@ -51,3 +61,3 @@ amount?: string;

declare interface HelioEmbedTheme {
themeMode: ThemeMode;
themeMode: EmbedThemeMode;
colors: {

@@ -67,7 +77,2 @@ primaryButtonBackground: string;

declare enum ThemeMode {
LIGHT = "LightMode",
DARK = "DarkMode"
}
export { }
{
"name": "@heliofi/checkout-react",
"private": false,
"version": "1.0.4",
"version": "1.0.5",
"type": "module",

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

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