🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

famulus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famulus

JavaScript library that provides a useful functional programming helpers. Add your own.

2.2.3
latest
Source
npm
Version published
Weekly downloads
15K
-30.24%
Maintainers
1
Weekly downloads
 
Created
Source

famulus Twitter URL

MIT Licence codecov Build Status Known Vulnerabilities npm version

JavaScript library that provides a useful functional programming helpers. Do not wait, fork and add your own 🔧💪

Installation

npm

npm install --save famulus

yarn

yarn add famulus --save

Usage

ES6 module

import famulus from 'famulus'
import helper from 'famulus/helper'

Node.js

const famulus = require('famulus')
const helper = require('famulus/helper')

Documentation

String

  • substr

Object

Array

Date

Contributing

Please read the Contributions Guidelines before adding your own helper or improvement to code snippets, explanations, etc.

License

MIT © Vasyl Stokolosa

Keywords

utilities

FAQs

Package last updated on 11 May 2021

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