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

lambal

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

lambal

A pragmatic utility library to spice up your functional style code.

latest
npmnpm
Version
0.5.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Lambal

A pragmatic utility library to spice up your code.

With a focus on functional style code, without staring in the deep abyss of category theory.

Install

npm i -S lambal

Usage

import
{ F
, B
, S
, N
, A
, O
} from 'lambal'

// Sorted by main funcionality
// F -> Function
// B -> Boolean
// S -> String
// N -> Number
// A -> Array
// O -> Object

// e.g.
const add10 = N.add (10)
const add20 = F.compose (add10) (add10)

When you need only need a couple of functions

import
{ add
, multiply
} from 'lambal/number'
import
{ compose
, identity
} from 'lambal/function'

FAQs

Package last updated on 16 Jul 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