Huge News!Announcing our $40M Series B led by Abstract Ventures.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-6 to 1.2.0-beta-7

src/dictionaries.ts

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.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0;
exports.sum = exports.sumOf = exports.min = exports.minOf = exports.max = exports.maxOf = exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0;
var dictionaries_1 = require("./dictionaries");

@@ -22,2 +22,10 @@ __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

5

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

@@ -8,3 +8,4 @@ "main": "dist/index.js",

"files": [
"dist/**/*"
"dist/**/*",
"src/**/*"
],

@@ -11,0 +12,0 @@ "directories": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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