Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
moderndash
Advanced tools
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers & developer experience.
ModernDash is a modern and lightweight alternative to utility libraries like Lodash. It provides important functions while encouraging the use of native JS wherever possible.
ModernDash ignores trivial functions and instead focuses on the functions that you actually need.
// We don't need
Lodash.isArray(arr)
Lodash.compact(arr)
// When we have these native replacements
Array.isArray(arr)
arr.filter(Boolean)
npm install moderndash
ModernDash aims to outperform Lodash and deliver lightning-fast utility functions. Performance is not an afterthought, but a top priority. You can expect ModernDash to exceed or at least match the performance of Lodash in most benchmarks, ensuring that your project stays speedy and efficient.
Please refer to You-Dont-Need-Lodash or youmightnotneed.com/lodash for native replacements.
If you still believe a function is missing, please open an issue.
The upcoming pipe operator in JavaScript will provide function composition, so the framework focuses on providing other useful utility functions that are not yet available.
The pipe operator can already be included via babel.
To type-fest for providing some valuable types.
Check the contribute section!
FAQs
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.
The npm package moderndash receives a total of 5,044 weekly downloads. As such, moderndash popularity was classified as popular.
We found that moderndash demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.