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

shuutils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shuutils

utils collection

latest
Source
npmnpm
Version
10.6.0
Version published
Weekly downloads
114
-36.67%
Maintainers
1
Weekly downloads
 
Created
Source

Shuutils

GitHub license npm version npm monthly downloads Install size Publish size Package Quality

All Contributors

My collection of mostly pure JS utils functions :zap:

Install

npm install shuutils

Use

import { getTimestamp } from 'shuutils'
// or for older js : var getTimestamp = require("shuutils").getTimestamp

console.log('Hello world, current timestamp is', getTimestamp())

TODO

  • use zod
  • add willOutputToFile option to the logger
  • re-enable useTopLevelRegex in biome
  • when available, add bun coverage line exclusions and enable thresholds to ensure coverage is not decreasing

Thanks

  • Angus Croll : for the inspiration of some dependency free functions
  • Box icon : nice icon
  • Esbuild : an extremely fast JavaScript bundler and minifier
  • Eslint : super tool to find & fix problems
  • Github : for all their great work year after year, pushing OSS forward
  • Jakub Juszczak's article: nice article about publishing on npm
  • Josh Crowther's repo: great ressource about modules
  • Repo-checker : eslint cover /src code and this tool the rest ^^
  • Shields.io : for the nice badges on top of this readme
  • Shuutils : collection of pure JS utils
  • Tsup : super fast js/ts bundler with no config, powered by esbuild <3
  • Watchlist : recursively watch a list of directories & run a command on any file system
  • Yoctocolors : for the extra-lightweight color utilities

Contributors ✨

Thanks goes to these wonderful people :

Romain Racamier
Romain Racamier

🚇 ⚠️ 💻
babforlife
babforlife

💻
jordan boyer
jordan boyer

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Stargazers over time

Stargazers over time

Page views

Free Website Counter

Keywords

shuunen

FAQs

Package last updated on 09 Mar 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