Socket
Socket
Sign inDemoInstall

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.


Version published
Weekly downloads
40K
decreased by-5.37%
Maintainers
1
Weekly downloads
 
Created
Source

famulus Twitter URL

MIT Licence codecov Build Status 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

Array

Date

Contributing

You are welcome to contribute and add your own helpers which you are using from project to project.

License

MIT © Vasyl Stokolosa

Keywords

FAQs

Package last updated on 10 Mar 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc