Gathering detailed insights and metrics for lodash.once
Gathering detailed insights and metrics for lodash.once
Gathering detailed insights and metrics for lodash.once
Gathering detailed insights and metrics for lodash.once
A modern JavaScript utility library delivering modularity, performance, & extras.
npm install lodash.once
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
59,906 Stars
7,665 Commits
7,031 Forks
830 Watching
7 Branches
301 Contributors
Updated on 28 Nov 2024
JavaScript (97.22%)
HTML (2.24%)
EJS (0.53%)
Cumulative downloads
Total Downloads
Last day
-6.2%
3,058,743
Compared to previous day
Last week
2.5%
17,617,526
Compared to previous week
Last month
5.7%
73,854,342
Compared to previous month
Last year
34.9%
747,607,329
Compared to previous year
No dependencies detected.
Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Twitter | Chat
The Lodash library exported as a UMD module.
Generated using lodash-cli:
1$ npm run build 2$ lodash -o ./dist/lodash.js 3$ lodash core -o ./dist/lodash.core.js
Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that’s right for you.
In a browser:
1<script src="lodash.js"></script>
Using npm:
1$ npm i -g npm 2$ npm i --save lodash
In Node.js:
1// Load the full build. 2var _ = require('lodash'); 3// Load the core build. 4var _ = require('lodash/core'); 5// Load the FP build for immutable auto-curried iteratee-first data-last methods. 6var fp = require('lodash/fp'); 7 8// Load method categories. 9var array = require('lodash/array'); 10var object = require('lodash/fp/object'); 11 12// Cherry-pick methods for smaller browserify/rollup/webpack bundles. 13var at = require('lodash/at'); 14var curryN = require('lodash/fp/curryN');
Note:
Install n_ for Lodash use in the Node.js < 6 REPL.
Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:
Lodash is available in a variety of builds & module formats.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
project is fuzzed
Details
Reason
license file detected
Details
Reason
0 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More