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.96 to 1.0.97

components/CustomerPortal/SharedSubscription/ManageSharedSubscriptionModal.d.ts

4

components/generic/Notification.d.ts
declare const _default: ({ message, description }: {
message?: string | undefined;
description?: null | undefined;
message: string;
description?: string | undefined;
}) => JSX.Element;
export default _default;

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

declare const _default: (message: any, description?: null, delay?: number) => NodeJS.Timeout;
declare const _default: (message: string, description?: string, delay?: number) => NodeJS.Timeout;
export default _default;

@@ -7,5 +7,5 @@ import Stripe from "stripe";

loadingMore: boolean;
loadMore: () => void;
refresh: () => void;
loadMore: () => Promise<void>;
refresh: () => Promise<void>;
};
export default _default;

@@ -22,3 +22,3 @@ import "tailwindcss/tailwind.css";

export { CustomerPortal };
import ManageSharedSubscriptionModal from "./components/CustomerPortal/ManageSharedSubscriptionModal";
import ManageSharedSubscriptionModal from "./components/CustomerPortal/SharedSubscription/ManageSharedSubscriptionModal";
export { ManageSharedSubscriptionModal };

@@ -25,0 +25,0 @@ import PaymentModal from "./components/PaymentComponents/PaymentModal";

{
"name": "@billing-js/react-billing-js",
"version": "1.0.96",
"version": "1.0.97",
"description": "Billing js library",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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