Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@castlenine/utility-belt

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castlenine/utility-belt

Utility Belt is a versatile and lightweight collection of essential JavaScript utilities designed to streamline and simplify my development workflow

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
Maintainers
0
Weekly downloads
 
Created
Source

@castlenine/utility-belt

npm.badge download.badge contribution.badge

Utility Belt is a versatile and lightweight collection of essential JavaScript utilities designed to streamline and simplify my development workflow

Table of Contents

Installation

npm install @castlenine/utility-belt

Utilities list

  • Atomic unit
  • Cookie
  • Cryptocurrency
  • Currency
  • Delay
  • Email
  • Number
  • Object
  • String
  • Time

Usage

You can import the utility belt as a whole or import individual utilities

Import the whole utility belt

import utilityBelt from '@castlenine/utility-belt';

Import individual utilities

import { atomicUnit } from '@castlenine/utility-belt';

import { cookie } from '@castlenine/utility-belt';

import { cryptocurrency } from '@castlenine/utility-belt';

import { currency } from '@castlenine/utility-belt';

import { delay } from '@castlenine/utility-belt';

import { email } from '@castlenine/utility-belt';

import { number } from '@castlenine/utility-belt';

import { object } from '@castlenine/utility-belt';

import { string } from '@castlenine/utility-belt';

import { time } from '@castlenine/utility-belt';

Documentation

TODO: Add documentation for each utility (scheduled for version 1.0.0)

License

MIT

FAQs

Package last updated on 22 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc