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

@aeinbu/groupby

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeinbu/groupby - npm Package Compare versions

Comparing version 1.2.0-beta-9 to 1.2.0

2

dist/index.d.ts
export { toMap, toDictionary } from './dictionaries';
export { groupBy, distinct } from './grouping';
export { maxOf, max, minOf, min } from './max-min';
export { sumOf, sum } from './sum';

@@ -14,3 +14,3 @@ "use strict";

exports.__esModule = true;
exports.sum = exports.sumOf = exports.min = exports.minOf = exports.max = exports.maxOf = exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0;
exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0;
var dictionaries_1 = require("./dictionaries");

@@ -22,10 +22,2 @@ __createBinding(exports, dictionaries_1, "toMap");

__createBinding(exports, grouping_1, "distinct");
var max_min_1 = require("./max-min");
__createBinding(exports, max_min_1, "maxOf");
__createBinding(exports, max_min_1, "max");
__createBinding(exports, max_min_1, "minOf");
__createBinding(exports, max_min_1, "min");
var sum_1 = require("./sum");
__createBinding(exports, sum_1, "sumOf");
__createBinding(exports, sum_1, "sum");
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@aeinbu/groupby",
"version": "1.2.0-beta-9",
"version": "1.2.0",
"description": "Lightweight and non-intrusive functions for doing \"group by\" type transformations on collections using reducers",

@@ -31,9 +31,3 @@ "main": "dist/index.js",

"dictionary",
"map",
"minof",
"min of",
"maxof",
"max of",
"sumof",
"sum of"
"map"
],

@@ -40,0 +34,0 @@ "author": "Arjan Einbu <arjan@einbu.no>",

@@ -58,5 +58,2 @@ # @aeinbu/groupby

- [isDeepEqual](./docs/isDeepEqual.md)
- [min](./docs/min.md) for `minBy`, `minOf` and `min`
- [max](./docs/max.md) for `maxBy`, `maxOf` and `max`
- [sum](./docs/sum.md) for `sumOf` and `sum`

@@ -63,0 +60,0 @@ Also, look in the `tests` directory for more examples. The tests demonstrate at least another dozen different ways to use this library

export { toMap, toDictionary } from './dictionaries'
export { groupBy, distinct } from './grouping'
export { maxOf, max, minOf, min } from './max-min'
export { sumOf, sum } from './sum'

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