lodash-compat
The compatibility build of lodash modular utilities.
Last updated 9 years ago by jdalton .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install lodash-compat 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 3.10.2                                ...           latest (9 years ago)

18 Versions

  • 3.10.2                                ...           9 years ago
  • 3.10.1                                ...           9 years ago
  • 3.10.0                                ...           9 years ago
  • 3.9.3                                ...           9 years ago
  • 3.9.2                                ...           9 years ago
  • 3.9.1                                ...           9 years ago
  • 3.9.0                                ...           9 years ago
  • 3.8.0                                ...           10 years ago
  • 3.7.0                                ...           10 years ago
  • 3.6.0                                ...           10 years ago
  • 3.5.0                                ...           10 years ago
  • 3.4.0                                ...           10 years ago
  • 3.3.1                                ...           10 years ago
  • 3.3.0                                ...           10 years ago
  • 3.2.0                                ...           10 years ago
  • 3.1.0                                ...           10 years ago
  • 3.0.1                                ...           10 years ago
  • 3.0.0                                ...           10 years ago
Downloads
Total 14
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE