Comparing version 0.5.8 to 0.5.9
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1197262
615
0