
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.