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.92 to 1.0.93

7

hooks/context.d.ts
/// <reference types="react" />
import Stripe from "stripe";
import { Reducer } from "./reducers";
import { Product, SelectedPricing, ModalOptions, BillingOptions, BillingError } from "../types";

@@ -29,2 +28,3 @@ export interface State {

}
export declare const initState: State;
interface ContextProvided {

@@ -34,8 +34,3 @@ state: State;

}
export declare const initState: State;
export interface Action {
type: Reducer;
payload?: any;
}
declare const _default: import("react").Context<ContextProvided>;
export default _default;

6

hooks/reducers.d.ts

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

import { Action, State } from "./context";
import { State } from "./context";
export interface Action {
type: Reducer;
payload?: any;
}
export declare enum Reducer {

@@ -3,0 +7,0 @@ RESET = "RESET",

{
"name": "@billing-js/react-billing-js",
"version": "1.0.92",
"version": "1.0.93",
"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