
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@naverpay/hidash
Advanced tools
A modern, performance-focused alternative to Lodash.
npm install @naverpay/hidash
# or
yarn add @naverpay/hidash
# or
pnpm add @naverpay/hidash
Import functions individually using subpath imports:
import has from '@naverpay/hidash/has'
import isEmpty from '@naverpay/hidash/isEmpty'
import isObject from '@naverpay/hidash/isObject'
// Same interface as Lodash
has(object, 'user.name') // true
isEmpty([]) // true
isObject({}) // true
❌ Package does not support namespace imports:
// This will not work
import {has, isEmpty} from '@naverpay/hidash'
Contributions are welcome!
Want additional Lodash methods to be implemented? Please create an issue with:
We prioritize implementing new methods based on community needs.
Feel free to submit PRs for:
Please read our contributing guidelines before submitting PRs.
To ensure code readability and maintainability, please follow these guidelines when adding comments to the codebase:
Example:
/**
* @description
* Returns a new array with the results of calling a provided function on every element in the collection.
*
* @param {Array|Object} collection - The collection to iterate over.
* @param {Function} iteratee - The function invoked per iteration.
* @returns {Array} The new mapped array.
*/
MIT License - see the LICENSE.md file for details.
Made with ❤️ by NAVER Financial frontend team.
FAQs
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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.