lodash-compat

The compatibility build of lodash modular utilities.

MIT 18 个版本
安装
npm install lodash-compat
yarn add lodash-compat
pnpm add lodash-compat
bun add lodash-compat
README

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.

版本列表
3.10.2 2016-01-25
3.10.1 2015-08-04
3.10.0 2015-06-30
3.9.3 2015-05-26
3.9.2 2015-05-24
3.9.1 2015-05-19
3.9.0 2015-05-19
3.8.0 2015-05-01
3.7.0 2015-04-16
3.6.0 2015-03-25
3.5.0 2015-03-09
3.4.0 2015-03-06
3.3.1 2015-02-24
3.3.0 2015-02-20
3.2.0 2015-02-12
3.1.0 2015-02-03
3.0.1 2015-01-30
3.0.0 2015-01-26