lodash-compat
The compatibility build of lodash modular utilities.
Last updated 10 years ago by jdalton .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm 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 (10 years ago)

18 Versions

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

Copyright 2013 - present © cnpmjs.org | Home |