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

liverpool-vas-npm-images-base

v1.0.12

Published

_Librería con funciones comunes, localStorage/sessionStorage con encriptado, RestClient fetch para consumo de API's_

Downloads

5

Readme

Librería Commons para proyectos GAPSI

Librería con funciones comunes, localStorage/sessionStorage con encriptado, RestClient fetch para consumo de API's

Tecnologías utilizadas 🛠️

Front End

Instrucciones

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Requisitos 📋

Que cosas necesitas para instalar.

Front End

IDE's Recomendados

Instalación 🔧

Front End El proyecto como tal no es ejecutable, sin embargo en el apartado Ambientes se brinda una serie de instrucciones para poder ejecutar las funciones contenidas en éste proyecto

Ambientes

Debemos estar posicionados en la carpeta vas-mf-commons como raíz

Actualmente las funciones comunes se añadirán en Util.js, clase con funciones Útiles

Se contiene un archivo de testing, common.test.js en el cual las funciones que puedan probarse en consola, lo podemos testear desde aquí sin compilar

La forma de compilar es mediante node, ejecutando el archivo common.test.js con parámetros

node commons.test.js date 2023-12-12 DD/MM/YYYY

Donde, node es el comando principal, commons.test.js el archivo a ejecutar, date es el case de ejecución, y por último se plantean los parámetros que necesite para testing

Ejecutando la librería

Para poder hacer uso de esta librería, basta con agregar en package.json en el apartado dependencies la versión de la misma ejemplo:

"@vas-mkt-scope/vas-mf-commons": "1.0.9"

Versionado

La librería debe estar en constante actualización para agregar/mejorar las funciones comunes por lo que en su package.json se irá incrementando la versión con un consecutivo o haciendo uso de Semantic Version 2.0.0 / X.Y.Z en el cual Z para bugfixes o actualizaciones muy simples, Y updates menores, X updates mayores:

"version": "1.0.9"

Después de aumentar la versión se debe publicar con el siguiente comando (incluido en package.json)

npx google-artifactregistry-auth && npm publish

Version Estable Al momento de haber realizado éste README.md la versión estable es -> 1.0.9

Autores ✒️

Grupo de Asesores Profesionales en Servicios de Integración (GAPSI) - CDMX - 2023

Tech Lead

  • Mauricio Rivera Velázquez

Front End

  • Juan López Sarrelangue

Copyright (c) 2023 - Liverpool. All rights reserved