📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

pricing4ts

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pricing4ts

![NPM Version](https://img.shields.io/npm/v/pricing4ts) Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T

0.9.6
latest
Source
npm
Version published
Weekly downloads
189
73.39%
Maintainers
1
Weekly downloads
 
Created
Source

Pricing4TS

NPM Version

Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. The package provides a suite of components that are predicated on the Pricing2Yaml syntax, a specification that facilitates the definition of system's pricing and its features alongside their respective evaluation expressions, grouping them within plans and add-ons, as well as establishing usage limits.

Pricing4TS has been designed to be used with Pricing4React, a frontend library that consumes the generated JWT and toggles on and off features based on the user pricing plan.

For detailed information on how to get started with Pricing4TS, advanced configurations, and integration guides, please visit our official documentation website.

Installation

npm i pricing4ts

or

yarn add pricing4ts

or

deno add npm:pricing4ts

Key Components

As the library is still under development, it only allows to parse a Pricing2Yaml file into a Pricing object and vice versa, using the methods: retrievePricingFromYaml and writePricingToYaml respectively.

Contributions

This project is part of the research activities of the ISA Group. It is still under development and should be used with caution. We are not responsible for any damage caused by the use of this software. If you find any bugs or have any suggestions, please let us know by opening an issue in the GitHub repository.

Keywords

Pricing4SaaS

FAQs

Package last updated on 22 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts