Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "rambda", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Lightweight alternative to Ramda", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,14 +27,12 @@ [![Build Status](https://travis-ci.org/selfrefactor/ils.svg?branch=master)](https://travis-ci.org/selfrefactor/rambda) | ||
##Install | ||
## Install | ||
- Use **npm i rambda** for Webpack and Node.js | ||
- For browser usage include | ||
- For browser usage include in your HTML | ||
``` | ||
https://cdnjs.cloudflare.com/ajax/libs/rambda/0.5.5/webVersion.js | ||
https://cdnjs.cloudflare.com/ajax/libs/rambda/0.5.6/webVersion.js | ||
``` | ||
in your HTML | ||
## Differences between Rambda and Ramda | ||
@@ -41,0 +39,0 @@ Rambda shadows only small part of the Ramda's API. |
@@ -682,3 +682,3 @@ const Ramda = require("ramda") | ||
}) | ||
async function fn4(){ | ||
@@ -688,3 +688,3 @@ const a = await R.add(1,2) | ||
} | ||
[ | ||
@@ -698,3 +698,3 @@ async ()=>{}, | ||
}) | ||
expect( | ||
@@ -701,0 +701,0 @@ R.type({}) |
Sorry, the diff of this file is not supported yet
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
1092317
646