Gathering detailed insights and metrics for @jackub/lodash
Gathering detailed insights and metrics for @jackub/lodash
Gathering detailed insights and metrics for @jackub/lodash
Gathering detailed insights and metrics for @jackub/lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
npm install @jackub/lodash
Typescript
Module System
Node Version
NPM Version
78.7
Supply Chain
84.7
Quality
75
Maintenance
100
Vulnerability
99.6
License
JavaScript (97.22%)
HTML (2.24%)
EJS (0.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
60,712 Stars
7,666 Commits
7,067 Forks
819 Watchers
7 Branches
300 Contributors
Updated on Jul 05, 2025
Latest Version
4.17.15-patch.1
Package Id
@jackub/lodash@4.17.15-patch.1
Unpacked Size
1.34 MB
Size
306.89 kB
File Count
1,049
NPM Version
6.13.7
Node Version
12.13.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
0
Compared to previous week
Last Month
0%
0
Compared to previous month
Last Year
0%
0
Compared to previous year
No dependencies detected.
The Lodash library exported as Node.js modules.
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');
See the package source for more details.
Note:
Install n_ for Lodash use in the Node.js < 6 REPL.
Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.
Automated browser & CI test runs are available.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
project is fuzzed
Details
Reason
license file detected
Details
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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