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 2.1.0 to 2.1.2

2

CHANGELOG.md
## 2.1.0 (July 9, 2018)
* Added [objectInterface](docs/objectInterface.md)
* Added [objectInterface](docs/objectInterface.md) (in [#2](https://github.com/shystruk/famulus/pull/2))

@@ -5,0 +5,0 @@

@@ -20,7 +20,7 @@ # Contributing

- Please take for example helper **isValuesUnique.js**
- Create a .js file with a name of a helper in the root folder
- In docs folder create .md file with the name of the helper and fill in data keeping the structure
- In tests folder create a file with the name of the helper and cover the helper by unit tests and much as possible
- Create *[helper_name].js* file in the root folder
- In docs folder create *[helper_name].md* file and fill in data keeping the structure
- In tests folder create *[helper_name].test.js* file and cover the helper by unit tests and much as possible
- In famulus.js file import and export already created helper
- In README.md file documentation section adds the helper to a specific category. If the category does not exist add the new one
- In documentation section at README.md file add the helper to a specific category. If the category does not exist add the new one
- Before submitting a PR please check *Submitting a pull request* section below

@@ -27,0 +27,0 @@

{
"name": "famulus",
"version": "2.1.0",
"version": "2.1.2",
"description": "JavaScript library that provides a useful functional programming helpers. Add your own.",

@@ -24,3 +24,3 @@ "main": "famulus.js",

"dependencies": {
"lodash": "^4.17.4"
"lodash": "^4.17.15"
},

@@ -27,0 +27,0 @@ "devDependencies": {

# 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) [![codecov](https://codecov.io/gh/shystruk/famulus/branch/master/graph/badge.svg)](https://codecov.io/gh/shystruk/famulus) [![Build Status](https://travis-ci.org/shystruk/famulus.svg?branch=master)](https://travis-ci.org/shystruk/famulus) [![npm version](https://badge.fury.io/js/famulus.svg)](https://badge.fury.io/js/famulus)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![codecov](https://codecov.io/gh/shystruk/famulus/branch/master/graph/badge.svg)](https://codecov.io/gh/shystruk/famulus) [![Build Status](https://travis-ci.org/shystruk/famulus.svg?branch=master)](https://travis-ci.org/shystruk/famulus)
[![Known Vulnerabilities](https://snyk.io/test/github/shystruk/famulus/badge.svg?targetFile=package.json)](https://snyk.io/test/github/shystruk/famulus?targetFile=package.json)
[![npm version](https://badge.fury.io/js/famulus.svg)](https://badge.fury.io/js/famulus)

@@ -4,0 +6,0 @@ JavaScript library that provides a useful functional programming helpers. Do not wait, fork and add your own 🔧💪

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc