New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

remeda

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remeda - npm Package Compare versions

Comparing version

to
1.2.0

@@ -64,2 +64,3 @@ export * from './addProp';

export * from './splitWhen';
export * from './sumBy';
export * from './take';

@@ -66,0 +67,0 @@ export * from './takeWhile';

@@ -80,2 +80,3 @@ "use strict";

__exportStar(require("./splitWhen"), exports);
__exportStar(require("./sumBy"), exports);
__exportStar(require("./take"), exports);

@@ -82,0 +83,0 @@ __exportStar(require("./takeWhile"), exports);

@@ -64,2 +64,3 @@ export * from './addProp';

export * from './splitWhen';
export * from './sumBy';
export * from './take';

@@ -66,0 +67,0 @@ export * from './takeWhile';

@@ -64,2 +64,3 @@ export * from './addProp';

export * from './splitWhen';
export * from './sumBy';
export * from './take';

@@ -66,0 +67,0 @@ export * from './takeWhile';

{
"name": "remeda",
"version": "1.1.0",
"version": "1.2.0",
"description": "A utility library for JavaScript and Typescript.",

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

@@ -153,3 +153,3 @@ Remeda

2. Manual annotation should never be required, and proper typings should infer everything. The only exception is the first function in `createPipe`.
3. E6 polyfill is required. Core methods are reused, and data structure (like Map/Set) are not re-implemented.
3. ES6 polyfill is required. Core methods are reused, and data structure (like Map/Set) are not re-implemented.
4. The implementation of each function should be as minimal as possible. Tree-shaking is supported by default. (Do you know that `lodash.keyBy` has 14KB after minification?)

@@ -156,0 +156,0 @@ 5. All functions are immutable, and there are no side-effects.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet