New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

lodash-compat

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-compat

The compatibility build of lodash modular utilities.

latest
Source
npmnpm
Version
3.10.2
Version published
Weekly downloads
38K
10.05%
Maintainers
3
Weekly downloads
 
Created
Source

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.

Keywords

compatibility

FAQs

Package last updated on 25 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts