License guide
Can I Use lodash Commercially?
Yes — lodash is MIT licensed and commonly used in commercial projects.
Short answer
Yes. lodash is MIT licensed, which generally allows commercial and proprietary use.
What to keep
Keep the lodash copyright and MIT license text with third-party notices for the shipped version.
Practical release check
Use the package manager lockfile to record the lodash version and verify the npm package metadata and repository license before release.
Check a package
Use the static checker for a quick first-pass verdict, then verify against the official license before release.