Socket
Socket
Sign inDemoInstall

rambda

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rambda - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

2

package.json
{
"name": "rambda",
"version": "0.5.8",
"version": "0.5.9",
"description": "Lightweight alternative to Ramda",

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

@@ -34,3 +34,3 @@ [![Build Status](https://travis-ci.org/selfrefactor/ils.svg?branch=master)](https://travis-ci.org/selfrefactor/rambda)

```
https://cdnjs.cloudflare.com/ajax/libs/rambda/0.5.7/webVersion.js
https://cdnjs.cloudflare.com/ajax/libs/rambda/0.5.9/webVersion.js
```

@@ -43,12 +43,15 @@

- Rambda's methods should be compatible with most of the basic Ramda's methods. For more complex and Ramda specific methods(such as **R.__**), you should expect a mismatch.
- Rambda's methods should be compatible with most of the basic Ramda's methods.
For more complex and Ramda specific methods(such as **R.__**), you should expect a mismatch.
- **Rambda** is tested for compatability with **Ramda.flip**, as this method could be useful in some cases.
- Rambda's **type** detect async functions. The returned value is `"Async"`
- Rambda's **equals** doesn't protect against circular structures as **Ramda.equals** does
- Rambda's **curry** works in different way than Ramda's `curry`. Please chech the documentation of the method.
- Rambda's **map/filter** works only for arrays, while Ramda's **map/filter** accept also objects
- Rambda's **map/filter** work only for arrays, while Ramda's **map/filter** accept also objects.
- Rambda's **type** detect async functions. The returned value is `"Async"`
- Rambda's **equals** doesn't protect against circular structures as **Ramda.equals** does.
- **Rambda** is tested for compatability with **Ramda.flip**, as this method could be useful in some cases.
## Benchmark

@@ -125,4 +128,7 @@

Returns function called with merged object of `a` over `b`.
It supports async functions.
Works only when as arguments are used on first call `fn` and `a` and on second call `b`.
See the example below:

@@ -129,0 +135,0 @@

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