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

remeda

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remeda - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

dist/commonjs/uniqBy.d.ts

2

dist/commonjs/drop.d.ts

@@ -16,3 +16,3 @@ import { LazyResult } from './_reduceLazy';

/**
* Removes last `n` elements from the `array`.
* Removes first `n` elements from the `array`.
* @param array the target array

@@ -19,0 +19,0 @@ * @param n the number of elements to skip

@@ -9,3 +9,3 @@ type IndexedIteratee<T extends object, K extends keyof T> = (value: T[K], key: K, obj: T) => void;

* @signature
* R.forEachforEachObj(object, fn)
* R.forEachObj(object, fn)
* @example

@@ -26,3 +26,3 @@ * R.forEachObj({a: 1}, (val) => {

* @signature
* R.forEachforEachObj(fn)(object)
* R.forEachObj(fn)(object)
* @example

@@ -29,0 +29,0 @@ * R.pipe(

@@ -15,2 +15,3 @@ /**

export declare function mergeAll<A, B, C, D, E>(array: [A, B, C, D, E]): A & B & C & D & E;
export declare function mergeAll(array: object[]): object;
//# sourceMappingURL=mergeAll.d.ts.map

@@ -16,3 +16,3 @@ import { LazyResult } from './_reduceLazy';

/**
* Removes last `n` elements from the `array`.
* Removes first `n` elements from the `array`.
* @param array the target array

@@ -19,0 +19,0 @@ * @param n the number of elements to skip

@@ -9,3 +9,3 @@ type IndexedIteratee<T extends object, K extends keyof T> = (value: T[K], key: K, obj: T) => void;

* @signature
* R.forEachforEachObj(object, fn)
* R.forEachObj(object, fn)
* @example

@@ -26,3 +26,3 @@ * R.forEachObj({a: 1}, (val) => {

* @signature
* R.forEachforEachObj(fn)(object)
* R.forEachObj(fn)(object)
* @example

@@ -29,0 +29,0 @@ * R.pipe(

@@ -15,2 +15,3 @@ /**

export declare function mergeAll<A, B, C, D, E>(array: [A, B, C, D, E]): A & B & C & D & E;
export declare function mergeAll(array: object[]): object;
//# sourceMappingURL=mergeAll.d.ts.map
### Mapping for Lodash and Ramda
| Remeda | Lodash | Ramda |

@@ -59,2 +58,3 @@ | -------------- | -------------- | ------------------- |

| `type` | `-` | `type` |
| `uniq` | `uniq` | `uniq` |
| `uniq` | `uniq` | `uniq` |
| `uniqBy` | `uniqBy` | `uniqBy` |
{
"name": "remeda",
"version": "0.0.15",
"version": "0.0.16",
"description": "A utility library for JavaScript and Typescript.",

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

@@ -19,3 +19,3 @@ import { purry } from './purry';

/**
* Removes last `n` elements from the `array`.
* Removes first `n` elements from the `array`.
* @param array the target array

@@ -22,0 +22,0 @@ * @param n the number of elements to skip

@@ -12,3 +12,3 @@ import { purry } from './purry';

* @signature
* R.forEachforEachObj(object, fn)
* R.forEachObj(object, fn)
* @example

@@ -33,3 +33,3 @@ * R.forEachObj({a: 1}, (val) => {

* @signature
* R.forEachforEachObj(fn)(object)
* R.forEachObj(fn)(object)
* @example

@@ -36,0 +36,0 @@ * R.pipe(

@@ -17,2 +17,3 @@ /**

): A & B & C & D & E;
export function mergeAll(array: object[]): object;

@@ -19,0 +20,0 @@ export function mergeAll(items: any[]) {

Sorry, the diff of this file is not supported yet

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