npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

lodash-compat

3.10.2

@jdalton

npmHomeRepoSnykSocket
Downloads:27931
$ npm install lodash-compat
DailyWeeklyMonthlyYearly

lodash-compat v3.10.2

The compatibility build of lodash exported as Node.js modules.

Discontinued

This package has been discontinued. No further development is expected.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash-compat

In Node.js:

// load the compatibility build
var _ = require('lodash-compat');
// or a method category
var array = require('lodash-compat/array');
// or a method
var chunk = require('lodash-compat/array/chunk');

See the package source for more details.