🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@danoaky/js-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danoaky/js-utils

A collection of useful JavaScript utilities that I can't be stuffed copying across repos anymore.

0.28.2
latest
npm
Version published
Weekly downloads
64
814.29%
Maintainers
1
Weekly downloads
 
Created
Source

Test Release

js-utils

My assortment of common utils that I've grown tired of copy pasting to every repo I create.

The build process bundles some dependencies in with the built javascript. This allows this package to have fewer dependencies when installed since they will already be present. For this reason, it's important to keep aware of what files are including external dependencies, like dayjs and moderndash.

Development

  • Install Bun
  • Install dependencies: bun i
  • Build: bun run build

Release

bun v:patch or bun v:minor or bun v:major This will bump the package version, create a git tag, and run the release Github workflow.

Install

From Github releases

pnpm add https://github.com/danieloakman/js-utils/releases/download/vx.x.x/package.tgz

pnpm add https://github.com/danieloakman/js-utils/releases/latest/download/package.tgz

FAQs

Package last updated on 30 Apr 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