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.0.0 to 2.1.0

docs/objectInterface.md

9

CHANGELOG.md

@@ -0,4 +1,9 @@

## 2.1.0 (July 9, 2018)
* Added [objectInterface](docs/objectInterface.md)
## 2.0.0 (June 26, 2018)
* Added [dateDifferenceFromNow](docs/dateDifferenceFromNow.md)
* `dateDifference` compares two dates
* Added [dateDifferenceFromNow](docs/dateDifferenceFromNow.md) (in [#1](https://github.com/shystruk/famulus/pull/1))
* [dateDifference](docs/dateDifference.md) compares two dates (in [#1](https://github.com/shystruk/famulus/pull/1))

@@ -5,2 +5,3 @@ var substr = require('./substr');

var isValuesUnique = require('./isValuesUnique');
var objectInterface = require('./objectInterface');

@@ -11,3 +12,4 @@ module.exports = {

dateDifferenceFromNow: dateDifferenceFromNow,
isValuesUnique: isValuesUnique
isValuesUnique: isValuesUnique,
objectInterface: objectInterface
};
{
"name": "famulus",
"version": "2.0.0",
"version": "2.1.0",
"description": "JavaScript library that provides a useful functional programming helpers. Add your own.",

@@ -5,0 +5,0 @@ "main": "famulus.js",

@@ -35,2 +35,6 @@ # 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) #

### Object
- [objectInterface](docs/objectInterface.md)
### Array

@@ -37,0 +41,0 @@ - [sortAndAddFirstElement](docs/sortAndAddFirstElement.md)

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