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

@billing-js/react-billing-js

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@billing-js/react-billing-js - npm Package Compare versions

Comparing version 1.0.84 to 1.0.85

10

components/BillingProvider.d.ts
import * as React from "react";
import { BillingOptions } from "../types";
interface Props {
children: React.ReactNode;
children?: React.ReactNode;
stripeAccount: string;
productPageUrl: string;
options: BillingOptions;
liveMode: boolean;
onError: (error: Error) => void;
productPageUrl?: string;
options?: BillingOptions;
liveMode?: boolean;
onError?: (error: Error) => void;
}
declare const _default: ({ stripeAccount, options, onError, liveMode, children }: Props) => JSX.Element;
export default _default;
{
"name": "@billing-js/react-billing-js",
"version": "1.0.84",
"version": "1.0.85",
"description": "Billing js library",

@@ -5,0 +5,0 @@ "author": "Billing.js",

@@ -77,5 +77,5 @@ import * as React from "react";

showPrivacyPolicy?: boolean;
cancelSubscription: {
showModal: boolean;
cancelMessage: string;
cancelSubscription?: {
showModal?: boolean;
cancelMessage?: string;
};

@@ -82,0 +82,0 @@ }

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