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

remeda

Package Overview
Dependencies
Maintainers
2
Versions
214
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 2.0.0-beta.5 to 2.0.0-beta.6

dist/commonjs/product.js

2

dist/commonjs/index.js

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

__exportStar(require("./piped"), exports);
__exportStar(require("./product"), exports);
__exportStar(require("./prop"), exports);

@@ -133,2 +134,3 @@ __exportStar(require("./purry"), exports);

__exportStar(require("./subtract"), exports);
__exportStar(require("./sum"), exports);
__exportStar(require("./sumBy"), exports);

@@ -135,0 +137,0 @@ __exportStar(require("./swapIndices"), exports);

@@ -91,2 +91,3 @@ export * from "./add";

export * from "./piped";
export * from "./product";
export * from "./prop";

@@ -117,2 +118,3 @@ export * from "./purry";

export * from "./subtract";
export * from "./sum";
export * from "./sumBy";

@@ -119,0 +121,0 @@ export * from "./swapIndices";

@@ -91,2 +91,3 @@ export * from "./add";

export * from "./piped";
export * from "./product";
export * from "./prop";

@@ -117,2 +118,3 @@ export * from "./purry";

export * from "./subtract";
export * from "./sum";
export * from "./sumBy";

@@ -119,0 +121,0 @@ export * from "./swapIndices";

2

package.json
{
"name": "remeda",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "A utility library for JavaScript and Typescript.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,3 +6,2 @@ # Remeda

![GitHub CI](https://img.shields.io/github/actions/workflow/status/remeda/remeda/ci.yml?branch=beta&label=github-ci)
[![Travis CI](https://img.shields.io/travis/remeda/remeda/beta?label=travis-ci)](https://travis-ci.org/remeda/remeda)
[![Codecov](https://img.shields.io/codecov/c/github/remeda/remeda/beta)](https://codecov.io/gh/remeda/remeda)

@@ -9,0 +8,0 @@ [![NPM](https://img.shields.io/npm/v/remeda)](https://www.npmjs.org/package/remeda)

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