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

funcdash

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

funcdash

Lodash mixin for more functional utilities.

latest
Source
npmnpm
Version
0.5.2
Version published
Maintainers
1
Created
Source

MIT npm

funcdash

Lodash mixins to fill some common functional programming gaps.

Usage

With LoDash

$ npm install lodash funcdash

Using LoDash's _.mixin method.

var _ = require('lodash').runInContext();
_.mixin(require('funcdash'));

With LoDash-fp

$ npm install lodash-fp funcdash

Using LoDash's _.mixin method.

var _ = require('lodash-fp').runInContext();
_.mixin(require('funcdash/curried'));

Docs

Read the documentation.

Function

_.apply _.call _.mapInvoke

Logic

_.and _.ifElse _.or _.not

Math

_.multiply _.product

Keywords

lodash

FAQs

Package last updated on 17 Mar 2015

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