Socket
Socket
Sign inDemoInstall

lodash-node

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-node

A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.


Version published
Weekly downloads
96K
decreased by-13.52%
Maintainers
4
Weekly downloads
 
Created
Source

lodash-node v2.4.1

A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.

Installation & usage

Using npm:

npm i --save lodash-node

{sudo} npm i -g lodash-node
npm ln lodash-node

In Node.js:

var _ = require('lodash-node');

// or as Underscore
var _ = require('lodash-node/underscore');

// or by method category
var collections = require('lodash-node/modern/collections');

// or individual methods
var isEqual = require('lodash-node/modern/objects/isEqual');
var findWhere = require('lodash-node/underscore/collections/findWhere');

Author

twitter/jdalton
John-David Dalton

Contributors

twitter/blainebublitztwitter/kitcambridgetwitter/mathias
Blaine BublitzKit CambridgeMathias Bynens

Bitdeli Badge

Keywords

FAQs

Package last updated on 03 Dec 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc