Socket
Socket
Sign inDemoInstall

@keg-hub/jsutils

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @keg-hub/jsutils

Keg common javascript utils


Version published
Weekly downloads
7.3K
increased by54.48%
Maintainers
1
Install size
1.03 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc