Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 10.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
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

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

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