Socket
Book a DemoInstallSign in
Socket

@jagaad/utils

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jagaad/utils

A collection of JavaScript/TypeScript utility functions and helpers for Jagaad projects

0.28.1
latest
Source
npmnpm
Version published
Weekly downloads
69
-23.33%
Maintainers
3
Weekly downloads
 
Created
Source

@jagaad/utils

A comprehensive JavaScript/TypeScript utility library that provides a collection of helper functions for Jagaad projects.

npm version TypeScript MIT License

Description

@jagaad/utils is a collection of utility functions designed to simplify common programming tasks in JavaScript/TypeScript projects. The library provides a wide range of functions categorized by type (array, string, date, etc.) with proper TypeScript typing to enhance developer experience.

Installation

You can install the package using npm:

npm install @jagaad/utils

Usage

Import the entire library:

import { clamp } from '@jagaad/utils';

// Use any utility
const clampedValue = clamp(10, 20, 30);

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

[!NOTE] Please make sure that you add only generic types and utilities.
Anything that is more specific, should live in the project repository itself.

  • Fork the repository
  • Create your feature branch (git checkout -b feature/amazing-feature)
  • Commit your changes (git commit -m 'Add some amazing feature')
  • Push to the branch (git push origin feature/amazing-feature)
  • Open a Pull Request

Please ensure your code follows the existing style and includes appropriate tests.

Building from Source

# Clone the repository
git clone https://github.com/jagaad/utils.js.git
cd utils.js

# Install dependencies
npm install

# Build the library
npm run build

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Developed and maintained by the Jagaad Team
  • Inspired by utility libraries like lodash, ramda, type-fest and others.

Keywords

jagaad

FAQs

Package last updated on 18 Jul 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.