# @andresclua/jsutil

> Hello there! Since 2021, this was my debut publishing an NPM package.

Latest version **4.0.5** (published 2024-12-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @andresclua/jsutil
pnpm add @andresclua/jsutil
yarn add @andresclua/jsutil
bun add @andresclua/jsutil
```

## Health

**Score 30/100 (F)** — status: maintenance-mode.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.5 |
| Published | 2024-12-27 |
| First published | 2021-05-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 394.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | andresclua |
| Maintainers | andresclua |
| Keywords | DOM, javascript, browser, library, util, utils, Helper for javascript |

## Links

- npm: https://www.npmjs.com/package/@andresclua/jsutil
- Repository: https://github.com/andresclua/js-util
- Homepage: https://github.com/andresclua/js-util#readme
- Issues: https://github.com/andresclua/js-util/issues
- npm.io page: https://npm.io/package/@andresclua/jsutil

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 4.0.5 (latest) — 2024-12-27
- 4.0.4 — 2024-03-13
- 4.0.3 — 2024-03-11
- 4.0.2 — 2024-02-19
- 4.0.1 — 2024-02-19
- 3.0.17 — 2024-02-15
- 3.0.16 — 2023-11-14
- 3.0.15 — 2023-11-14
- 3.0.14 — 2023-11-09
- 3.0.13 — 2023-10-18
- 3.0.12 — 2023-10-18
- 3.0.11 — 2023-10-18
- 3.0.1 — 2023-10-02
- 3.0.0-alfa — 2023-09-09
- 2.0.92 — 2023-09-04
- … 20 more at https://npm.io/package/@andresclua/jsutil/versions

## README

# Introducing Js Utils v4!

Hello there! Since 2021, this was my debut publishing an NPM package. 

My goal was learn & offer support to UI developers who are familiar with jQuery, motivating them to transition towards a more lightweight library. 

This package is inspired by practical insights gathered from numerous web development projects. It targets those everyday challenges we face in web development, aiming to simplify your experience in web development.


## Documentation

Documentation Here - [link](https://jsutildocs.netlify.app/introduction/)



## What to expect from V3 to V4

 - Move from webpack  to vite
 - Swap from Class to Single Functions
 - Provide ES6 & UMD output

## Other packages that I work
 - [attachflow](https://www.npmjs.com/package/attachflow) - dynamically load JavaScript files and CSS stylesheets into a webpage using the loadScript and loadStyle utility functions.
 - [Debounce Throttle](https://www.npmjs.com/package/@andresclua/debounce-throttle) - JavaScript utility library for rate-limiting function executions. It offers both debounce and throttle functions that are essential for optimizing performance for events that fire frequently, such as window resizing, scrolling, or keypresses in web applications.  


---


![awesome](https://media.giphy.com/media/LeikbswJKXOMM/giphy.gif)

[Github Profile](https://github.com/andresclua/)

---
_Source: https://npm.io/package/@andresclua/jsutil · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
