New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

moderndash

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moderndash

A lodash inspired utility framework for ESM/Typescript/ESNext

  • 0.12.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
increased by7.76%
Maintainers
1
Weekly downloads
 
Created
Source

ModernDash Logo

A Typescript-First utility library inspired by Lodash. Optimized for modern browsers & developer experience.

✅ ESM ✅ Tree-shakable ✅ Typescript Strict Mode (no any)
✅ Zero dependencies ✅ Hoverable Docs ✅ TS Decorators ✅ ESNext

npm bundle size npm node-current GitHub

📓 Documentation


📓 Introduction

ModernDash is a modern and lightweight alternative to utility libraries like Lodash. It provides important functions while encouraging use of native JS where possible.

ModernDash ignores trivial functions and focuses of the functions you actually need.

// We don't need
Lodash.isArray(arr)
Lodash.compact(arr)

// When we these native replacements
Array.isArray(arr)
arr.filter(Boolean)

💾 Installation

npm install moderndash

Why is X lodash function not included?

Please check You-Dont-Need-Lodash for native replacements.
If you still think a function is missing open an issue.

Keywords

FAQs

Package last updated on 11 Feb 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