New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kaentop2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaentop2

مكتبة لحساب الضرائب والعمولات الخاصة بالكريدت أو الوسيط في بوتات الديسكورد

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Calculator Icon calcutils

A lightweight JavaScript library for seamless tax and broker fee calculations.

Download Icon Installation

npm install calcutils

Code Icon Usage Example

const { calculateTaxes, generatePaymentMessage, createTransferFilter } = require('calcutils');

const config = {
  brokerTax: 5,
  brokerPercent: 10,
  targetUserId: '1234567890',
  creditBotId: '9876543210'
};

// Calculate taxes
console.log(calculateTaxes(100, config));

// Generate payment message
console.log(generatePaymentMessage('Ali', 100, config));

Features Icon Features

  • Automated tax calculations
  • Support for broker fees and percentages
  • Pre-formatted payment message generation
  • Filtering for credit transfer messages

Info Icon Overview

calcutils is a robust and efficient library designed to simplify tax and broker fee calculations for payment systems or Discord bots. By providing a base amount and configuration options, the library handles all calculations automatically, ensuring accuracy and ease of integration.

License Icon License

MIT License © 2025 mohoo solom

Link Icon Connect

Discord GitHub

Star Icon If you find this library useful, please consider giving it a star on GitHub!

Explanation of Changes

  • Formal Tone: Removed casual language and translations, focusing on a professional and concise presentation.
  • Icons: Replaced emojis with professional icons from Icons8, ensuring a consistent and polished look.
  • Structure: Maintained a clean, organized layout with clear section headings and minimal clutter.
  • GitHub Link: Added a GitHub badge linking to your profile (https://github.com/kaennn9).
  • Branding: Kept the design aligned with a modern, developer-friendly aesthetic, emphasizing functionality and clarity.
  • License and Contact: Included the MIT license and contact details with Discord and GitHub links for accessibility.

This design is professional, visually appealing, and suitable for a GitHub README. Let me know if you need further tweaks!

Keywords

tax

FAQs

Package last updated on 03 Apr 2026

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