Socket
Socket
Sign inDemoInstall

famulus

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "famulus",
"version": "1.0.2",
"description": "JavaScript utility library with custom helpers. Add your own.",
"version": "1.0.3",
"description": "JavaScript library that provides a useful functional programming helpers. Add your own.",
"main": "famulus.js",

@@ -6,0 +6,0 @@ "repository": "https://github.com/shystruk/famulus.git",

@@ -1,2 +0,26 @@

# famulus
JavaScript utility library with custom helpers. Add your own 👍
# famulus [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?hashtags=javascript%20%23helpers%20%23utilities&original_referer=https%3A%2F%2Fpublish.twitter.com%2F&ref_src=twsrc%5Etfw&text=JavaScript%20library%20that%20provides%20a%20useful%20functional%20programming%20helpers.%20Do%20not%20wait%2C%20add%20your%20own%20%F0%9F%94%A7%F0%9F%92%AA&tw_p=tweetbutton&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ffamulus&via=shystrukk) #
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/famulus.svg)](https://badge.fury.io/js/famulus)
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'`<br>
`import helper from 'famulus/helper'`
#### Node.js
`const famulus = require('famulus')`<br>
`const helper = require('famulus/helper')`
## Documentation
- [substr](docs/substr.md)
## Contributing
You are welcome to contribute and add your own helpers which you are using from project to project.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc