Socket
Book a DemoInstallSign in
Socket

@dealerslink/lodash-extended

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dealerslink/lodash-extended

Extended Lodash

latest
npmnpm
Version
1.1.1
Version published
Maintainers
2
Created
Source

lodash-extended

Simple and useful utility extensions for Lodash.

Installation

  npm install @dealerslink/lodash-extended

Usage

lodash-extended replaces and extends lodash. Only the lodash-extended module needs to be included in your code:

  const _ = require('@dealerslink/lodash-extended');

  const data = { a: 'a', b: 'b' };
  // Use lodash as you normally would
  console.log(_.pick(data, ['a']);

See wiki for more details

FAQs

Package last updated on 29 Jan 2019

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