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.9.4 to 0.9.5

CONTRIBUTING.md

5

index.d.ts

@@ -387,4 +387,5 @@ declare let R: R.Static;

values<T extends object, K extends keyof T>(obj: T): Array<T[K]>;
without(listToOmit: any[], originalList: any[]): list: any[];
without(listToOmit: any[]): (originalList: any[]) => list: any[];
without<T>(list1: T[], list2: T[]): T[];
without<T>(list1: T[]): (list2: T[]) => T[];
}

@@ -391,0 +392,0 @@ }

2

package.json
{
"name": "rambda",
"version": "0.9.4",
"version": "0.9.5",
"description": "Lightweight alternative to Ramda",

@@ -5,0 +5,0 @@ "main": "dist/rambda.cjs.js",

@@ -1127,3 +1127,3 @@ [![Build Status](https://img.shields.io/travis/selfrefactor/rambda.svg)](https://travis-ci.org/selfrefactor/rambda)

- 0.8.5 Add `R.all`, `R.allPass`, `R.both`, `R.either` and `R.complement`
- 0.8.4 Learning to run `npm test` before `npm publish` the hard way
- 0.8.4 Learning to run `yarn test` before `yarn publish` the hard way
- 0.8.3 Add `R.always`, `R.T` and `R.F`

@@ -1456,3 +1456,3 @@ - 0.8.2 Add `concat`, `padStart`, `padEnd`, `lastIndexOf`, `toString`, `reverse`, `endsWith` and `startsWith` methods

> Run `npm test` to validate your tests
> Run `yarn test` to validate your tests

@@ -1465,5 +1465,5 @@ > Edit `./README.md` to add documentation

`npm run lint modules/endsWith.js`
`yarn run lint modules/endsWith.js`
`npm run lint __tests__/endsWith.js`
`yarn run lint __tests__/endsWith.js`

@@ -1480,7 +1480,7 @@ > Submit PR

`npm run benchmark all`
`yarn run benchmark all`
- To run single or number of benchmarks
`npm run benchmark add compose filter`
`yarn run benchmark add compose filter`

@@ -1487,0 +1487,0 @@ > Libraries using Rambda

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