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

fcomp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fcomp

function composition

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

fcomp

function composition

Installation

$ npm install fcomp

or

$ component install nathan7/fcomp

API

fcomp(a, b, ..) -> Function (a, b, ..)

Composes the given functions. The return value of each function is passed to the next. All the arguments are passed to the first function.

fcomp.reverse(...fns)

Equivalent to fcomp(...fns.reverse())

License

MIT

Keywords

functional

FAQs

Package last updated on 20 Nov 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