Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rambda

Package Overview
Dependencies
Maintainers
1
Versions
203
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.5 to 0.5.6

2

package.json
{
"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

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