npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

utilesjs

v1.0.1

Published

UtilesJS is a set of javascript and css utilities to facilitate the manipulation and use of some javascript elements and the DOM

Downloads

12

Readme

About UtilesJS

UtilesJS is a set of javascript and css utilities to facilitate the manipulation and use of some javascript elements and the DOM:

  • Arrays
  • Objects
  • Strings
  • Numbers
  • Keys events
  • Inputs formats
  • Transitions
  • Etc.

See the full documentation in utilesjs.neocities.org

Usage

// Principal function
import UtilesJS from 'utilesjs'

// Individual functions
import {nameOfFunction} from 'utilesjs/dist/functions'

// Prototypes
import 'utilesjs/dist/prototypes'

Release Notes

v1.0.1 - Oct 20, 2023

  • Usage correction of README.md

v1.0.0 - Oct 20, 2023

  • CommonJS in next update
  • utiles.js, animations.js and eventsUtiles.js are merged into utiles.js but in separate documentations (documentation in next update)
  • prototypes.js and animationsPrototypes.js are merged into utiles.js but in separate documentations (documentation in next update)
  • utiles.js functions can be used as a single function; "utilesJS()" or each of its functions can be used separately. "utilesJS()" will be the main mode of operation
  • It is allowed to enter both the element (object) and the element id in the functions that require it
  • The structure of some function arguments is changed

v0.6.0 - Sep 04, 2023

  • Add animationPrototypes.js and animationPrototypes.d.ts
  • Change "CSS tools" to "Components"

v0.5.0 - Aug 31, 2023

  • Add scrollTransition function to eventsUtiles.js
  • Add animationUtiles.js and animationUtiles.d.ts

v0.4.0 - Aug 23, 2023

  • Add eventUtiles.js and eventUtiles.d.ts
  • Fix simulateKeyPress in prototypes

v0.3.4 - Aug 22, 2023

  • Prototype "simulateKeyPress" is separated into prototype of input and textarea

v0.3.3 - Aug 21, 2023

  • Add some folders and files to .npmignore

v0.3.2 - Aug 21, 2023

  • Change name of folder "ES6" to "ES"
  • Add src/ and umd/ to .npmignore and .gitignore

v0.3.1 - Aug 17, 2023

  • Change package.json type "commonjs" to "module"

v0.3.0 - Aug 17, 2023

  • Add prototypes.js with .d.ts in commonJS, ES6 and umd

v0.2.6 - Aug 16, 2023

  • Add hash in filterPage function of utiles.js

v0.2.5 - Aug 16, 2023

  • DiscountPrice function now just return de new price
  • Correction of variable in function listenerInputsFilter of utiles.js
  • Add .d.ts to utiles.js

v0.2.4 - Aug 09, 2023

  • Update of readme

v0.2.3 - Aug 08, 2023

  • Add colors to "checkSwitch.css"

v0.2.2 - Aug 07, 2023

  • "arrayFusionByAttribute" function is corrected. The "arrayGroupBy" function was wrongly referenced in utiles.js

v0.2.1 - Aug 06, 2023

  • Jsdom dependency is uninstalled.
  • Change utiles.js to utiles.cjs in CommonJS

v0.2.0 - Aug 06, 2023

  • Change UtilesClass for function UtilesJS.
  • Finish utiles.js for node in ES6 and CommonJS.
  • Update utiles.js in umd.
  • Update documentation of utiles.js. Check in utilesjs.neocities.org

v0.1.0 - Aug 02, 2023

  • UtilesJS project uploaded to repository.