Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
moderndash
Advanced tools
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers & developer experience.
npm install moderndash
NodeJS: >=16.15 | Typescript: >=4.8
NodeJS 16-18
: Enable the experimental-global-webcrypto flag to use crypto functions.
Works out of the box with NodeJS 19+
TypeScript
: Enable the experimentalDecorators flag to use decorator functions.
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.
ModernDash does not include any lodash functions that can be easily replaced by native javascript. It only includes the functions that you really need, and keeps the library as slim as possible.
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.
Star the repo if you like it
Check the contributing section!
FAQs
A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.
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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.