
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
@arkecosystem/utils
Advanced tools
Performance oriented implementations of commonly used functions in TypeScript.
Lead Maintainer: Brian Faust
map
, filter
, reduce
and forEach
will generally be faster when used on arrays that contain nothing but numerical values.formatCurrency
method with node.js for anything else then the en-US
locale you'll have to make sure to properly setup https://github.com/unicode-org/full-icu-npm as node.js itself only ships with the en-US
locale by default unless specifically build with more locales.is*
methods of this package inside the Node.js VM as the results could be misleading.pluralize
method does not support irregular plurals. Check blakeembrey/pluralize if you need support for those.npm install @arkecosystem/utils
yarn add @arkecosystem/utils
pnpm add @arkecosystem/utils
npm run test -- --coverage
yarn test --coverage
pnpm run test -- --coverage
git clone git@github.com:ArkEcosystem/utils.git
npm install
npm run bench
yarn install
yarn bench
pnpm install
pnpm run bench
If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
FAQs
Performance oriented implementations of commonly used functions in TypeScript.
The npm package @arkecosystem/utils receives a total of 124 weekly downloads. As such, @arkecosystem/utils popularity was classified as not popular.
We found that @arkecosystem/utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.