Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@keg-hub/jsutils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/jsutils

Keg common javascript utils

latest
Source
npmnpm
Version
10.0.0
Version published
Weekly downloads
4.1K
38.63%
Maintainers
1
Weekly downloads
 
Created
Source

@keg-hub/jsutils

A utility library for commonly used helper methods. Similar to lodash, underscore, etc... See docs at https://keg-hub.github.io/jsutils

Add to your project

  yarn add @keg-hub/jsutils
  npm install @keg-hub/jsutils

Usage

  // * Import the whole lib
  import { capitalize } from '@keg-hub/jsutils'

  // Or only the methods you need
  import { capitalize } from '@keg-hub/jsutils/capitalize'

  // * Or require code
  const { capitalize } = require('@keg-hub/jsutils')
  const { capitalize } = require('@keg-hub/jsutils/capitalize')

Keywords

keg

FAQs

Package last updated on 26 Dec 2023

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